Skip to content

Instantly share code, notes, and snippets.

@whostolebenfrog
Last active October 29, 2019 10:57
Show Gist options
  • Save whostolebenfrog/a4f61e1f3197a577f65299a5b112d2fb to your computer and use it in GitHub Desktop.
Save whostolebenfrog/a4f61e1f3197a577f65299a5b112d2fb to your computer and use it in GitHub Desktop.
Nullable fields GraphQL example
type Push {
commits: [Commit]
}
type Commit {
sha: String!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment