Skip to content

Instantly share code, notes, and snippets.

@rajikaimal
Created December 15, 2015 19:10
Show Gist options
  • Select an option

  • Save rajikaimal/01c3668f9b6bf42d8988 to your computer and use it in GitHub Desktop.

Select an option

Save rajikaimal/01c3668f9b6bf42d8988 to your computer and use it in GitHub Desktop.
Response for a basic GraphQL query
{
"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