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 9d24528 commit 1b8184eCopy full SHA for 1b8184e
docs/mutations.rst
@@ -44,7 +44,7 @@ Simple example
44
return QuestionMutation(question=question)
45
46
47
- class Mutation:
+ class Mutation(graphene.ObjectType):
48
update_question = QuestionMutation.Field()
49
50
0 commit comments