Fixed typo

This commit is contained in:
Wyatt Johnson
2017-03-15 16:54:07 -06:00
parent 19e8f5133f
commit d0ec7bbad1
+4
View File
@@ -197,6 +197,10 @@ module.exports = {
colour: COLOUR!
}
type RootMutation {
createPerson(name: String!): Person
}
type RootQuery {
people: [Person!]
}