Skip to content

Instantly share code, notes, and snippets.

@pechitook
Created October 9, 2016 23:11
Show Gist options
  • Save pechitook/e7ff87cd8f30926936f18957aee04753 to your computer and use it in GitHub Desktop.
Save pechitook/e7ff87cd8f30926936f18957aee04753 to your computer and use it in GitHub Desktop.
export default `
type Query {
post(id: Int!): Post
posts: [Post]
author(id: Int): Author
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment