Fixed typo

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