Skip to content

Instantly share code, notes, and snippets.

@reyhansofian
Created August 4, 2017 02:15
Show Gist options
  • Save reyhansofian/009f2661b80ba8b6ea8dcd388733b2b9 to your computer and use it in GitHub Desktop.
Save reyhansofian/009f2661b80ba8b6ea8dcd388733b2b9 to your computer and use it in GitHub Desktop.
// With comma
film(id: $id) { title,episodeID, openingCrawl, director }
// With new line
film(id: $id) {
title
openingCrawl
director
producers
releaseDate
}
// With space
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