Merge pull request #428 from chappers/master

Fixed indent in mutation docs
This commit is contained in:
Syrus Akbary 2017-03-01 09:40:32 -08:00 committed by GitHub
commit c3ad42564a

View File

@ -10,9 +10,9 @@ This example defines a Mutation:
.. code:: python .. code:: python
import graphene import graphene
class CreatePerson(graphene.Mutation): class CreatePerson(graphene.Mutation):
class Input: class Input:
name = graphene.String() name = graphene.String()