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.
2 parents c5b15ce + cac510e commit 38c0108Copy full SHA for 38c0108
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