We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7caad0 commit 65f2dabCopy full SHA for 65f2dab
README.md
@@ -58,6 +58,7 @@ To create a GraphQL schema for it you simply have to write the following:
58
59
```python
60
from graphene_django import DjangoObjectType
61
+import graphene
62
63
class User(DjangoObjectType):
64
class Meta:
README.rst
@@ -68,6 +68,7 @@ following:
68
.. code:: python
69
70
71
+ import graphene
72
73
74
0 commit comments