graphql-python/graphene-django

GraphQLView should detect batch requests

Open

#967 创建于 2020年5月21日

在 GitHub 查看
 (7 评论) (1 反应) (0 负责人)Python (4,173 star) (754 fork)batch import
help wanted✨enhancement

描述

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

贡献者指南

GraphQLView should detect batch requests · graphql-python/graphene-django#967 | Good First Issue