Merge pull request #39 from chriscauley/master

tutorial was missing import
This commit is contained in:
Syrus Akbary 2016-11-05 08:47:23 -07:00 committed by GitHub
commit c3609f9200
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ To create a GraphQL schema for it you simply have to write the following:
```python
from graphene_django import DjangoObjectType
import graphene
class User(DjangoObjectType):
class Meta:

View File

@ -68,6 +68,7 @@ following:
.. code:: python
from graphene_django import DjangoObjectType
import graphene
class User(DjangoObjectType):
class Meta: