Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Created May 17, 2019 13:59
Show Gist options
  • Save isacjunior/555a0648da2f2e71305b9df6a9e49534 to your computer and use it in GitHub Desktop.
Save isacjunior/555a0648da2f2e71305b9df6a9e49534 to your computer and use it in GitHub Desktop.
# Query que consulta múltiplos dados
query {
peopleByIdOne: people(id: "1") {
name
}
peopleByIdTwo: people(id: "2") {
name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment