Skip to content

Instantly share code, notes, and snippets.

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