Created
November 4, 2019 17:10
-
-
Save vladbatushkov/03040adb0e4878396704133081abd48e to your computer and use it in GitHub Desktop.
Airline GraphQL schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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