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 fc49a50 commit d06217dCopy full SHA for d06217d
docs/mutations.rst
@@ -199,7 +199,9 @@ You can use relay with mutations. A Relay mutation must inherit from
199
200
.. code:: python
201
202
- import graphene import relay, DjangoObjectType
+ import graphene
203
+ from graphene import relay
204
+ from graphene_django import DjangoObjectType
205
from graphql_relay import from_global_id
206
207
from .queries import QuestionType
0 commit comments