mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-08 23:50:38 +03:00
fixed typo in documentation
This commit is contained in:
parent
b179d012d7
commit
85cad0efc3
|
@ -119,9 +119,9 @@ Using the above mutation your new query would look like this:
|
|||
mutation myFirstMutation {
|
||||
createPerson(personData: {name:"Peter", age: 24}) {
|
||||
person {
|
||||
name
|
||||
name,
|
||||
age
|
||||
}
|
||||
ok
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user