mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-07 05:43:10 +03:00
Fix code example
This commit is contained in:
parent
b52ecb408c
commit
f9c99fe629
|
@ -20,7 +20,7 @@ Graphene-Django has built-in support for transport batching, which can be enable
|
||||||
from graphene_django.views import GraphQLView
|
from graphene_django.views import GraphQLView
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
url(r'^graphql', GraphQLView.as_view(graphiql=True, batch=True)),
|
url(r'^graphql', GraphQLView.as_view(batch=True)),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user