We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a889d2 commit f806fefCopy full SHA for f806fef
graphene_django/tests/urls_pretty.py
@@ -1,7 +1,6 @@
1
from django.conf.urls import url
2
3
-from graphql_django_view import GraphQLView
4
-
+from ..views import GraphQLView
5
from .schema_view import schema
6
7
urlpatterns = [
graphene_django/views.py
@@ -55,6 +55,7 @@ class GraphQLView(View):
55
graphiql_version = '0.7.8'
56
graphiql_template = 'graphene/graphiql.html'
57
58
+ schema = None
59
graphiql = False
60
executor = None
61
middleware = None
0 commit comments