Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Created April 18, 2020 07:10
Show Gist options
  • Save vladbatushkov/52cd7de1f2cceab5e906a3c9d8338df8 to your computer and use it in GitHub Desktop.
Save vladbatushkov/52cd7de1f2cceab5e906a3c9d8338df8 to your computer and use it in GitHub Desktop.
GraphQL FlightsSearchObjects query
query {
FlightsSearchObjects(from: "Bangkok", to: "Moscow", date:"20200101") {
flights {
flight {
flight_number
price
duration
departs_local
arrival_local
}
company {
name
code
country
}
}
route {
code
name
city
country
}
stops
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment