graphql-python/graphene-django

GraphQLView should detect batch requests

Open

#967 geöffnet am 21. Mai 2020

Auf GitHub ansehen
 (7 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (754 Forks)batch import
help wanted✨enhancement

Repository-Metriken

Stars
 (4.173 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 12T 13h) (1 gemergte PR in 30 T)

Beschreibung

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?

https://github.com/graphql-python/graphene-django/blob/ee120c48e16dda818cb253fdc36b7053402956b0/graphene_django/views.py#L217

Contributor Guide