Skip to content

Commit

Permalink
Fix Mutations Relay example imports
Browse files Browse the repository at this point in the history
Per comment here: #657 (comment)
  • Loading branch information
sweenr authored Jun 6, 2019
1 parent fc49a50 commit d06217d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/mutations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ You can use relay with mutations. A Relay mutation must inherit from

.. code:: python
import graphene import relay, DjangoObjectType
import graphene
from graphene import relay
from graphene_django import DjangoObjectType
from graphql_relay import from_global_id
from .queries import QuestionType
Expand Down

0 comments on commit d06217d

Please sign in to comment.