mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-06-10 08:33:16 +03:00
Replace "operation_name" with "operationName"
This commit is contained in:
parent
a9886d4bb5
commit
1c7c3b8b2f
|
@ -45,7 +45,7 @@ class GraphQLTestCase(TestCase):
|
|||
"""
|
||||
body = {"query": query}
|
||||
if op_name:
|
||||
body["operation_name"] = op_name
|
||||
body["operationName"] = op_name
|
||||
if variables:
|
||||
body["variables"] = variables
|
||||
if input_data:
|
||||
|
|
Loading…
Reference in New Issue
Block a user