mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34: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 graphene_django.settings import graphene_settings
|
||||
|
||||
DEFAULT_GRAPHQL_URL = "/graphql"
|
||||
|
||||
|
||||
def graphql_query(
|
||||
query,
|
||||
operation_name=None,
|
||||
|
|
Loading…
Reference in New Issue
Block a user