You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a new default limit of 10000 query nodes. Queries with more than 10k query nodes (fields, fragments, etc.) will be rejected. This should be enough for the overwhelming majority of cases, but can be configured via maxQueryNodes. #98
Features
Users can configure maxQueryNodes to configure the maximum number of allowed query nodes that will be evaluated. #98
Fixes
CSJ and ESM versions of the library should now work without adjustments, fixes #93
Limiting the maximum number of query nodes fixes a critical security vulnerability that can render a GraphQL server unresponsive for complex and deeply nested queries.