OBJECT
ChecklistQuery
Checklist query endpoint
link GraphQL Schema definition
- type ChecklistQuery {
- # Will return all definitions, use enum argument "groupId" to specify group.
- # Requires access to resource GRAPHQL_CHECKLIST_EDIT
- #
- # Arguments
- # groupId: [Not documented]
- ChecklistGroup): [ChecklistDefType!]! ( :
- # 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!): [FlightAndTripChecklistItemType!]! ( :
- # 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! :
- ): [FlightAndTripChecklistItemType!]!
- # All positioning checklist OPS items.
- # Requires access to resource GRAPHQL_POSITIONING_SEE
- #
- # Arguments
- # positioningNid: [Not documented]
- (
- PositioningNid! :
- ): [FlightAndTripChecklistItemType!]!
- # Will return specific definition.
- # Requires access to resource GRAPHQL_CHECKLIST_EDIT
- #
- # Arguments
- # checklistItemNid: [Not documented]
- ChecklistDefinitionNid!): ChecklistDefType! ( :
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistItemNid: [Not documented]
- # mailboxMessageNidList: [Not documented]
- (
- FlightNid!, :
- ChecklistDefinitionNid!, :
- MailboxMessageNid!] : [
- ): [MailboxMessage!]!
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistItemNid: [Not documented]
- (
- FlightNid!, :
- ChecklistDefinitionNid! :
- ): [FlightChecklistEmailReceiverType!]!
- # Requires access to resource GRAPHQL_CHECKLIST_OPS_SEE.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (
- FlightNid! :
- ): ChecklistColorEnum!
- # Requires access to resource GRAPHQL_CHECKLIST_SALES_SEE.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (
- FlightNid! :
- ): ChecklistColorEnum!
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (
- FlightNid! :
- ): [TripChecklistEmailReceiverType!]!
- ChecklistSectionOrder!]! : [
- ChecklistSection!]! : [
- ChecklistStatusType!]! : [
- }