Skip to content

Instantly share code, notes, and snippets.

@atesibrahim
Created August 1, 2022 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atesibrahim/2002f2f76e0d067a53009fbb487bd0c1 to your computer and use it in GitHub Desktop.
Save atesibrahim/2002f2f76e0d067a53009fbb487bd0c1 to your computer and use it in GitHub Desktop.
type Query {
allBook: [Book]
getBookByTitle(filter: BookInput): Book
}
type Mutation {
newBook(input: NewBook): BookOutput
deleteBook(input:BookInput): BookOutput
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment