Remove references to GRAPHQL_SCHEMA in docs

This commit is contained in:
Nikolai R Kristiansen 2020-07-31 15:37:15 +02:00
parent 99d20ff486
commit 79cb43e01f
No known key found for this signature in database
GPG Key ID: 1A24E7511E55EF87

View File

@ -12,12 +12,8 @@ Usage:
import json
from graphene_django.utils.testing import GraphQLTestCase
from my_project.config.schema import schema
class MyFancyTestCase(GraphQLTestCase):
# Here you need to inject your test case's schema
GRAPHQL_SCHEMA = schema
def test_some_query(self):
response = self.query(
'''