mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 00:52:27 +08:00
Fixed typo
This commit is contained in:
@@ -197,6 +197,10 @@ module.exports = {
|
||||
colour: COLOUR!
|
||||
}
|
||||
|
||||
type RootMutation {
|
||||
createPerson(name: String!): Person
|
||||
}
|
||||
|
||||
type RootQuery {
|
||||
people: [Person!]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user