Skip to content

Commit 85cad0e

Browse files
committed
fixed typo in documentation
1 parent b179d01 commit 85cad0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/types/mutations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ Using the above mutation your new query would look like this:
119119
mutation myFirstMutation {
120120
createPerson(personData: {name:"Peter", age: 24}) {
121121
person {
122-
name
122+
name,
123+
age
123124
}
124-
ok
125125
}
126126
}
127127

0 commit comments

Comments
 (0)