Skip to content

Instantly share code, notes, and snippets.

@valikos
Last active May 6, 2019 18:04
Show Gist options
  • Save valikos/821a38592e7e489be202074a40b9a432 to your computer and use it in GitHub Desktop.
Save valikos/821a38592e7e489be202074a40b9a432 to your computer and use it in GitHub Desktop.
gql-3
type Character {
firstName: String!
lastName(reverse: Boolean): String
friends(last: Int): [Character!]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment