mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
Merge pull request #849 from nerdoc/patch-1
fix deprecated "Input" class
This commit is contained in:
commit
984e7cebe1
|
@ -27,7 +27,7 @@ This example defines a Mutation:
|
||||||
**person** and **ok** are the output fields of the Mutation when it is
|
**person** and **ok** are the output fields of the Mutation when it is
|
||||||
resolved.
|
resolved.
|
||||||
|
|
||||||
**Input** attributes are the arguments that the Mutation
|
**Arguments** attributes are the arguments that the Mutation
|
||||||
``CreatePerson`` needs for resolving, in this case **name** will be the
|
``CreatePerson`` needs for resolving, in this case **name** will be the
|
||||||
only argument for the mutation.
|
only argument for the mutation.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user