Skip to content

Instantly share code, notes, and snippets.

@haldarmahesh
Created May 30, 2019 18:31
Show Gist options
  • Save haldarmahesh/0c3ae76a7215599f1f2d881833f8f0d9 to your computer and use it in GitHub Desktop.
Save haldarmahesh/0c3ae76a7215599f1f2d881833f8f0d9 to your computer and use it in GitHub Desktop.
type Starship {
id: ID!
name: String!
length(unit: LengthUnit = METER): Float
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment