Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Created November 4, 2019 17:10
Show Gist options
  • Save vladbatushkov/03040adb0e4878396704133081abd48e to your computer and use it in GitHub Desktop.
Save vladbatushkov/03040adb0e4878396704133081abd48e to your computer and use it in GitHub Desktop.
Airline GraphQL schema
CALL graphql.idl("type Airline { code: String! name: String! country: String! }");
CALL graphql.schema();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment