Created
February 1, 2017 20:19
-
-
Save alexandru-calinoiu/612b1baa46f22439b60b0dec399032c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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