Skip to content

Instantly share code, notes, and snippets.

@aronbalog
Created May 6, 2018 02:02
Show Gist options
  • Save aronbalog/96dae86138ec078787ee6ed168fcbf40 to your computer and use it in GitHub Desktop.
Save aronbalog/96dae86138ec078787ee6ed168fcbf40 to your computer and use it in GitHub Desktop.
type Query {
# The API Version
version: String!
# Get person with ID
person(id: ID!): Person
# Get persons by name
personsByName(name: String!): [Person]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment