Spellcheck tutorial-plain.rst

This commit is contained in:
Radoslav Georgiev 2017-02-12 16:48:48 +02:00
parent 61dd8c4277
commit 1304183893

View File

@ -218,7 +218,7 @@ accessed. Requests to this URL are handled by Graphene's ``GraphQLView``
view. view.
This view will serve as GraphQL endpoint. As we want to have the This view will serve as GraphQL endpoint. As we want to have the
aforementioned GraphiQL we specify that on the params with ``graphiql=True``. aforementioned GraphiQL we specify that on the parameters with ``graphiql=True``.
.. code:: python .. code:: python
@ -308,7 +308,7 @@ If you are using the provided fixtures, you will see the following response:
You can experiment with ``allCategories`` too. You can experiment with ``allCategories`` too.
Something to have in mind is the `auto camelcasing <http://docs.graphene-python.org/en/latest/types/schema/#auto-camelcase-field-names>`__ that is happeing. Something to have in mind is the `auto camelcasing <http://docs.graphene-python.org/en/latest/types/schema/#auto-camelcase-field-names>`__ that is happening.
Getting relations Getting relations