Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Last active May 17, 2019 13:52
Show Gist options
  • Save isacjunior/5e0327f3c4bcb762818aee62204bd59b to your computer and use it in GitHub Desktop.
Save isacjunior/5e0327f3c4bcb762818aee62204bd59b to your computer and use it in GitHub Desktop.
# Query que consulta um personagem com id 1
query {
people(id: "1") {
name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment