OBJECT
Pairing
link GraphQL Schema definition
- type Pairing {
- : PairingId!
- : String
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # isInDraftsMode:
- (: Boolean): Boolean
- # Requires access to resource GRAPHQL_FLIGHT.
- # Requires access to given flight
- : [Flight!]! @deprecated( reason: "Use flightList instead" )
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # filterToggle:
- # isInDraftsMode:
- (
- : CrewPanelFilterToggle,
- : Boolean
- ): [CrewPanelPositioning!]!
- # Requires access to resource GRAPHQL_FLIGHT.
- # Requires access to given flight
- : [Flight!]! @deprecated( reason: "Use flightList instead" )
- # Requires access to resource GRAPHQL_CREW_MEMBER.
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # isInDraftsMode:
- (: Boolean): [CrewMember!]!
- : [PairingFlight!]!
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # isInDraftsMode:
- (: Boolean): PairingCrewCompleteness!
- }