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

貢獻者指南