OBJECT
CrewAppChecklistQuery
Checklist query endpoint restricted for crew app
link GraphQL Schema definition
- type CrewAppChecklistQuery {
- # All flight and trip checklist OPS items.
- # Requires access to resource GRAPHQL_CHECKLIST_OPS_SEE.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- FlightNid!): [CrewAppFlightAndTripChecklistItemType!]! ( :
- # All flight and trip checklist SALES items.
- # Requires access to resource GRAPHQL_CHECKLIST_SALES_SEE.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (
- FlightNid! :
- ): [CrewAppFlightAndTripChecklistItemType!]!
- # All positioning checklist OPS items.
- # Requires access to given positioning
- #
- # Arguments
- # positioningNid: [Not documented]
- (
- PositioningNid! :
- ): [CrewAppFlightAndTripChecklistItemType!]!
- ChecklistSectionOrder!]! : [
- }