mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-10 16:22:20 +03:00
reformat
This commit is contained in:
parent
65f41ad9d2
commit
cc7508cf19
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user