Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Last active September 11, 2019 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alyssoncm/8b4c7ba90ecd504c067e521a77f6fbd1 to your computer and use it in GitHub Desktop.
Save alyssoncm/8b4c7ba90ecd504c067e521a77f6fbd1 to your computer and use it in GitHub Desktop.
GraphQL Query
{
movies (id: 1) {
title
releaseDate
director {
firstName
lastName
education
nominations
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment