|
|
|
|
|
by dthyresson
1538 days ago
|
|
> You could validate against having too many layers of nesting in one query The GraphQL Server in RedwoodJS does query depth limiting out-of-the-box. You can configure it, but by default the depth is 11 -- because all the best things go to 11. [1] https://redwoodjs.com/docs/graphql#query-depth-limit |
|