graphql-python/graphene-django

GraphQLView should detect batch requests

开放

#967 创建于 2020年5月21日

 (7 条评论) (1 个反应) (0 位负责人)Python (754 个派生)batch import
help wanted✨enhancement

仓库指标

星标
 (4,173 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南