mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
Fix incorrect type in example
This commit is contained in:
parent
c5b15cec2f
commit
cac510e7f4
|
@ -18,7 +18,7 @@ class CreatePerson(graphene.Mutation):
|
|||
class Input:
|
||||
name = graphene.String()
|
||||
|
||||
ok = graphene.String()
|
||||
ok = graphene.Boolean()
|
||||
person = graphene.Field('Person')
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in New Issue
Block a user