EmptyLegSubscriptionSection (Object)
type EmptyLegSubscriptionSection {
newEmptyLeg(
operatorId: OperatorId!
): [Flight!]!
emptyLegChanged(
operatorId: OperatorId!
): [Flight!]!
}
Fields
EmptyLegSubscriptionSection.newEmptyLeg ● [Flight!]! non-null object
Flights created as empty leg. Requires access to resource GRAPHQL_FLIGHT. Requires access to given flight
EmptyLegSubscriptionSection.newEmptyLeg.operatorId ● OperatorId! non-null scalar
EmptyLegSubscriptionSection.emptyLegChanged ● [Flight!]! non-null object
Empty leg schedule change or is no longer empty. Requires access to resource GRAPHQL_FLIGHT. Requires access to given flight
EmptyLegSubscriptionSection.emptyLegChanged.operatorId ● OperatorId! non-null scalar
Member Of
IntegrationSubscriptions object