-
Notifications
You must be signed in to change notification settings - Fork 279
Closed
Labels
enhancementNew feature or requestNew feature or requestgraphqlrfcRequest for commentRequest for commentsecurity
Milestone
Description
Currently, we do not limit the amount of nesting in our graphQl queries, which can result in long running queries.
Things to keep in mind:
- Find the limiting depth such that a balance is maintained between limiting nesting depth and maintaining query flexibility.
- Keep the Client Experience in mind. Deeply nested queries can provide more granular data, but they may also make the client code more complex.
- Make sure to test the GraphQL queries, both within the nesting limit and at the limit's boundaries. Monitor query performance and resource usage to identify any bottlenecks or issues that may arise from the imposed nesting limit.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgraphqlrfcRequest for commentRequest for commentsecurity