Skip to content

Instantly share code, notes, and snippets.

@reyhansofian
Created August 4, 2017 02:17
Show Gist options
  • Save reyhansofian/49111a7f64d468cc18661850f9fef9fb to your computer and use it in GitHub Desktop.
Save reyhansofian/49111a7f64d468cc18661850f9fef9fb to your computer and use it in GitHub Desktop.
query($id: ID!) {
film(id: $id) {
title
openingCrawl
director
producers
releaseDate
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment