Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

501
Views
cómo aumentar la profundidad máxima de operación en strapi graphql

aquí está el problema en graphql playground de strapi v4. dice:

 "error": { "errors": [ { "message": "'' exceeds maximum operation depth of 7", "locations": [ { "line": 19, "column": 19 } ], "extensions": { "code": "GRAPHQL_VALIDATION_FAILED", "exception": { "stacktrace": [ ...

la operación máxima excede en graphQL strapi

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

En realidad encontré el problema y aquí está la solución. solo necesita crear un archivo dentro de la carpeta de configuración y luego nombrarlo como plugins.js. y agregue esta configuración dentro de ella. luego, aumente el valor de depthLimit a cualquier nivel de profundidad que necesite.

 module.exports = ({ env }) => ({ graphql: { config: { endpoint: "/graphql", shadowCRUD: true, playgroundAlways: false, depthLimit: 7, amountLimit: 100, apolloServer: { tracing: false, }, }, }, });

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!