Fixed tests

This commit is contained in:
Syrus Akbary 2016-09-19 22:50:51 -07:00
parent 2a889d2eb2
commit f806fefff3
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
from django.conf.urls import url
from graphql_django_view import GraphQLView
from ..views import GraphQLView
from .schema_view import schema
urlpatterns = [

View File

@ -55,6 +55,7 @@ class GraphQLView(View):
graphiql_version = '0.7.8'
graphiql_template = 'graphene/graphiql.html'
schema = None
graphiql = False
executor = None
middleware = None