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 c5b15ce commit cac510eCopy full SHA for cac510e
docs/pages/docs/mutations.md
@@ -18,7 +18,7 @@ class CreatePerson(graphene.Mutation):
18
class Input:
19
name = graphene.String()
20
21
- ok = graphene.String()
+ ok = graphene.Boolean()
22
person = graphene.Field('Person')
23
24
@classmethod
0 commit comments