Skip to content

Instantly share code, notes, and snippets.

@rafaelvicio
Last active August 24, 2017 16:37
Show Gist options
  • Save rafaelvicio/014ef56b0d40daa4e9677f58c1b185e9 to your computer and use it in GitHub Desktop.
Save rafaelvicio/014ef56b0d40daa4e9677f58c1b185e9 to your computer and use it in GitHub Desktop.
const RootQuery = `
type RootQuery {
posts: [Post]
post(id:Int!): Post
usuarios: [Usuario]
usuario(id:Int!): Usuario
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment