graphql-python / graphql-server

This is the core package for using GraphQL in a custom server easily
MIT License
120 stars 72 forks source link

[Feature Request] Detect if a request is a batch request #56

Open KingDarBoja opened 4 years ago

KingDarBoja commented 4 years ago

Followup of https://github.com/graphql-python/graphql-server-core/pull/54#discussion_r453285545

There is an open issue on graphene-django to allow the view to detect if a request is a batch request instead of having to define a separate endpoint for it: graphql-python/graphene-django#967 We should consider doing the same in graphql-server.