Fix code example

This commit is contained in:
Jonas Helfer 2017-03-28 12:36:40 -07:00 committed by GitHub
parent b52ecb408c
commit f9c99fe629

View File

@ -20,9 +20,9 @@ Graphene-Django has built-in support for transport batching, which can be enable
from graphene_django.views import GraphQLView
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