Created
December 15, 2015 19:10
-
-
Save rajikaimal/01c3668f9b6bf42d8988 to your computer and use it in GitHub Desktop.
Response for a basic GraphQL query
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
| { | |
| "data": { | |
| "users": [ | |
| {"_id": 1, | |
| "name": "Rajika", | |
| "age": 20 | |
| }, | |
| {"_id": 1, | |
| "name": "Tiffany", | |
| "age": 25 | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment