Skip to content

Instantly share code, notes, and snippets.

@necaris
Created September 17, 2019 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save necaris/9e2cf20ca3ff2c6442c7104b9b9b1a55 to your computer and use it in GitHub Desktop.
Save necaris/9e2cf20ca3ff2c6442c7104b9b9b1a55 to your computer and use it in GitHub Desktop.
type Flight {
origin: String
destination: String
departure: DateTime
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment