Skip to content

Instantly share code, notes, and snippets.

@rajikaimal
Created December 18, 2015 19:33
Show Gist options
  • Select an option

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

Select an option

Save rajikaimal/b4610a1cd0268522bb15 to your computer and use it in GitHub Desktop.
Arguments in GraphQL query
{
users(_id: 250) {
_id,
name,
age,
birthday {
date,
month,
year
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment