Skip to content

Instantly share code, notes, and snippets.

@tibotiber
Last active November 19, 2018 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tibotiber/bdc1c09ca7f92814fee94fb7b5932222 to your computer and use it in GitHub Desktop.
Save tibotiber/bdc1c09ca7f92814fee94fb7b5932222 to your computer and use it in GitHub Desktop.
type DbCharacter {
# interface
id: ID!
name: String!
friends: [Character]
appearsIn: [Episode]!
# custom fields: Human
human_starships: [Starship]
human_totalCredits: Int
#custom fields: Droid
droid_primaryFunction: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment