Skip to content

Instantly share code, notes, and snippets.

@callebdev
Created May 6, 2020 14:28
Show Gist options
  • Save callebdev/d8c6a4939139161b2bc7be74ff5cdfa8 to your computer and use it in GitHub Desktop.
Save callebdev/d8c6a4939139161b2bc7be74ff5cdfa8 to your computer and use it in GitHub Desktop.
This is a query to a GraphQL API
query {
pessoa(id:"7"){
nome
genero
anoDeNascimento
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment