IntegrationFlightQuery (Object)
type IntegrationFlightQuery {
flightNidListInBetween(
timeInterval: TimeIntervalInput!
): [FlightNid!]!
tripListInBetween(
timeInterval: TimeIntervalInput!
): [IntegrationBaseTrip!]!
}
Fields
IntegrationFlightQuery.flightNidListInBetween ● [FlightNid!]! non-null scalar
Requires access to resource GRAPHQL_INTEGRATION_FLIGHT_NID_SEE
IntegrationFlightQuery.flightNidListInBetween.timeInterval ● TimeIntervalInput! non-null input
IntegrationFlightQuery.tripListInBetween ● [IntegrationBaseTrip!]! non-null object
Requires access to resource GRAPHQL_INTEGRATION_TRIP_SEE
IntegrationFlightQuery.tripListInBetween.timeInterval ● TimeIntervalInput! non-null input
Member Of
IntegrationQueries object