Skip to content

Instantly share code, notes, and snippets.

@alexandru-calinoiu
Created February 1, 2017 20:19
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 alexandru-calinoiu/612b1baa46f22439b60b0dec399032c2 to your computer and use it in GitHub Desktop.
Save alexandru-calinoiu/612b1baa46f22439b60b0dec399032c2 to your computer and use it in GitHub Desktop.
query {
movie(id: 1) {
title
shortname
release_year
extras(first: 25) {
images {
hero {
16_9
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment