Skip to content

Instantly share code, notes, and snippets.

@kirkness
Created January 6, 2019 21:26
Show Gist options
  • Save kirkness/22276f52eb1a70ff443355c143837419 to your computer and use it in GitHub Desktop.
Save kirkness/22276f52eb1a70ff443355c143837419 to your computer and use it in GitHub Desktop.
# Shema
type Query {
getItemById(id: ID!): Item
}
# Query made by client
query myQuery {
getItemById(id: "*") {
id
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment