Skip to content

Commit 1b8184e

Browse files
a-c-sreedhar-reddyjkimbo
authored andcommitted
make Mutation class ObjectType. (#748)
1 parent 9d24528 commit 1b8184e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mutations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Simple example
4444
return QuestionMutation(question=question)
4545
4646
47-
class Mutation:
47+
class Mutation(graphene.ObjectType):
4848
update_question = QuestionMutation.Field()
4949
5050

0 commit comments

Comments
 (0)