Skip to content

Instantly share code, notes, and snippets.

@rajikaimal
Last active December 15, 2015 19:14
Show Gist options
  • Save rajikaimal/c7e31d42eeae089e5f3b to your computer and use it in GitHub Desktop.
Save rajikaimal/c7e31d42eeae089e5f3b to your computer and use it in GitHub Desktop.
Basic graphql query
{
users {
_id,
name,
age
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment