This commit is contained in:
Firas Kafri 2022-09-26 01:53:45 +03:00
parent 65f41ad9d2
commit cc7508cf19

View File

@ -4,8 +4,10 @@ import warnings
from django.test import Client, TestCase, TransactionTestCase from django.test import Client, TestCase, TransactionTestCase
from graphene_django.settings import graphene_settings from graphene_django.settings import graphene_settings
DEFAULT_GRAPHQL_URL = "/graphql" DEFAULT_GRAPHQL_URL = "/graphql"
def graphql_query( def graphql_query(
query, query,
operation_name=None, operation_name=None,