OBJECT
EmptyLegSubscriptionSection
link GraphQL Schema definition
- type EmptyLegSubscriptionSection {
- # Flights created as empty leg.
- # Requires access to resource GRAPHQL_FLIGHT.
- # Requires access to given flight
- #
- # Arguments
- # operatorId:
- OperatorId!): [Flight!]! ( :
- # Empty leg schedule change or is no longer empty.
- # Requires access to resource GRAPHQL_FLIGHT.
- # Requires access to given flight
- #
- # Arguments
- # operatorId:
- OperatorId!): [Flight!]! ( :
- }