Skip to content

Instantly share code, notes, and snippets.

@wojciech-bilicki
Created April 12, 2018 08:21
Show Gist options
  • Save wojciech-bilicki/96ac28d5042ca329a6e62a6de5479b58 to your computer and use it in GitHub Desktop.
Save wojciech-bilicki/96ac28d5042ca329a6e62a6de5479b58 to your computer and use it in GitHub Desktop.
update author
type Mutation {
addAuthor(name: String!, age: Int!, Books: [String]!): Author
deleteAuthor(id: String!):Author
updateAuthor(id:String!,name: String!):Author
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment