Last active
May 17, 2019 13:52
-
-
Save isacjunior/5e0327f3c4bcb762818aee62204bd59b 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 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