Last active
October 29, 2019 10:57
-
-
Save whostolebenfrog/a4f61e1f3197a577f65299a5b112d2fb to your computer and use it in GitHub Desktop.
Nullable fields GraphQL example
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
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