We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new CLI parameters that limit query depth and query complexity.
Both parameters by default will be None.
-depth
-complexity
More more information here: https://async-graphql.github.io/async-graphql/en/depth_and_complexity.html
The text was updated successfully, but these errors were encountered:
Implemented here #40
Sorry, something went wrong.
No branches or pull requests
Add new CLI parameters that limit query depth and query complexity.
Both parameters by default will be None.
-depth
: (default: None) positive integer, when applied we limit the depth of queries-complexity
: (default: None) positive integer, when applied we limit the complexity of queriesMore more information here: https://async-graphql.github.io/async-graphql/en/depth_and_complexity.html
The text was updated successfully, but these errors were encountered: