graphql-python / graphql-python/graphql-core-legacy
Protect against malicious queries
Open
- Dominant language
- Python
- Stars
- 372
- Forks
- 175
- PR merge metrics
- No merged PRs in 30d
Description
The Scala implementation of GraphQL (Sangria) provides a way for being protected against malicious queries.
More info: http://sangria-graphql.org/learn/#protection-against-malicious-queries
Could be very useful if the executor could support the following:
- Maximum query complexity based on analysis of the query
- Limit query depth
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.