Skip to content
New issue

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 CLI parameters to limit query depth and query complexity #24

Closed
Tracked by #34
karatakis opened this issue Jul 27, 2022 · 1 comment
Closed
Tracked by #34

Add CLI parameters to limit query depth and query complexity #24

karatakis opened this issue Jul 27, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@karatakis
Copy link
Collaborator

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 queries

More more information here: https://async-graphql.github.io/async-graphql/en/depth_and_complexity.html

@karatakis karatakis added the good first issue Good for newcomers label Jul 27, 2022
@karatakis karatakis mentioned this issue Aug 8, 2022
17 tasks
@karatakis
Copy link
Collaborator Author

Implemented here #40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant