Skip to content

Instantly share code, notes, and snippets.

@leeliwei930
Last active April 1, 2021 04:30
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 leeliwei930/d8259d301aebe60708cf1bca03ac3aa1 to your computer and use it in GitHub Desktop.
Save leeliwei930/d8259d301aebe60708cf1bca03ac3aa1 to your computer and use it in GitHub Desktop.
A Skeleton of the response body
query {
fetchBooks(orderBy: "id" , sort: "asc") {
id
title
isbn
authors {
name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment