Last active
August 2, 2019 09:00
-
-
Save ngohungphuc/4c9e636472c4fefba7ea8f9e148086b3 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 PostQuery { | |
| posts (id:10){ | |
| id | |
| title | |
| body | |
| userId | |
| comment { | |
| id | |
| body | |
| name | |
| postId | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment