OBJECT
IntegrationFlightQuery
link GraphQL Schema definition
- type IntegrationFlightQuery {
- # Requires access to resource GRAPHQL_INTEGRATION_FLIGHT_NID_SEE
- #
- # Arguments
- # timeInterval: [Not documented]
- (: TimeIntervalInput!): [FlightNid!]!
- # Requires access to resource GRAPHQL_INTEGRATION_TRIP_SEE
- #
- # Arguments
- # timeInterval: [Not documented]
- (: TimeIntervalInput!): [IntegrationBaseTrip!]!
- }