graphql-python/graphene-django

GraphQLView should detect batch requests

オープン

#967 opened on 2020/05/21

 (7 件のコメント) (1 件のリアクション) (0 人の担当者)Python (754 件のフォーク)batch import
help wanted✨enhancement

Repository metrics

Stars
 (4,173 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド