Skip to content

Instantly share code, notes, and snippets.

@duytai
Last active June 2, 2017 04:53
Show Gist options
  • Save duytai/865afae8ba0878390d60888b32fcc379 to your computer and use it in GitHub Desktop.
Save duytai/865afae8ba0878390d60888b32fcc379 to your computer and use it in GitHub Desktop.
type Book implements Node {
_id: ID!
name: String
authors: [User]
pages(first: Int, last: Int, before: String, after: String): PageConnection
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment