OBJECT

IntegrationFlightQuery

link GraphQL Schema definition

  • type IntegrationFlightQuery {
  • # Requires access to resource GRAPHQL_INTEGRATION_FLIGHT_NID_SEE
  • #
  • # Arguments
  • # timeInterval: [Not documented]
  • flightNidListInBetween(timeInterval: TimeIntervalInput!): [FlightNid!]!
  • # Requires access to resource GRAPHQL_INTEGRATION_TRIP_SEE
  • #
  • # Arguments
  • # timeInterval: [Not documented]
  • tripListInBetween(timeInterval: TimeIntervalInput!): [IntegrationBaseTrip!]!
  • }