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