mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-06 21:33:28 +03:00
Fix code example
This commit is contained in:
parent
b52ecb408c
commit
f9c99fe629
|
@ -20,9 +20,9 @@ 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)),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. _GraphQL transport batching: http://dev.apollodata.com/core/network.html#query-batching
|
.. _GraphQL transport batching: http://dev.apollodata.com/core/network.html#query-batching
|
||||||
|
|
Loading…
Reference in New Issue
Block a user