OBJECT
PairingFlight
link GraphQL Schema definition
- type PairingFlight {
- # Requires access to resource GRAPHQL_FLIGHT.
- # Requires access to given flight
- : Flight!
- : [Position!]!
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # isInDraftsMode:
- (: Boolean!): [CrewMemberInPosition!]!
- }