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 given flight
- #
- # Arguments
- # flightNid: [Not documented]
- FlightNid!): [CrewAppFlightAndTripChecklistItemType!]! ( :
- # All flight and trip checklist SALES items.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (
- FlightNid! :
- ): [CrewAppFlightAndTripChecklistItemType!]!
- # All flight and trip checklist FLIGHT CARE items.
- # 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!]! : [
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # cdNid:
- # Possible violation list: IS_NOT_SOME_ERROR
- (
- FlightNid!, :
- ChecklistDefinitionNid! :
- ): Boolean!
- }