fixed typo in documentation

This commit is contained in:
BossGrand 2016-11-14 17:50:41 -08:00
parent b179d012d7
commit 85cad0efc3

View File

@ -119,9 +119,9 @@ Using the above mutation your new query would look like this:
mutation myFirstMutation { mutation myFirstMutation {
createPerson(personData: {name:"Peter", age: 24}) { createPerson(personData: {name:"Peter", age: 24}) {
person { person {
name name,
age
} }
ok
} }
} }