Skip to content

Commit 38c0108

Browse files
committed
Merge pull request #109 from timmygee/master
Fix incorrect type in example
2 parents c5b15ce + cac510e commit 38c0108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/mutations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class CreatePerson(graphene.Mutation):
1818
class Input:
1919
name = graphene.String()
2020

21-
ok = graphene.String()
21+
ok = graphene.Boolean()
2222
person = graphene.Field('Person')
2323

2424
@classmethod

0 commit comments

Comments
 (0)