Merge pull request #849 from nerdoc/patch-1

fix deprecated "Input" class
This commit is contained in:
Syrus Akbary 2018-10-23 21:05:58 +02:00 committed by GitHub
commit 984e7cebe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ This example defines a Mutation:
**person** and **ok** are the output fields of the Mutation when it is
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
only argument for the mutation.