graphql-python/graphene-django
View on GitHubGraphQLView should detect batch requests
Open
#967 opened on May 21, 2020
help wanted✨enhancement
Repository metrics
- Stars
- (4,173 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Is there a valid reason why the GraphQLView input is validated to either only ever accept batched requests or never accept batched requests. Is it not reasonable to accept both?