Created
May 17, 2019 13:59
-
-
Save isacjunior/555a0648da2f2e71305b9df6a9e49534 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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