OBJECT
Checklist
link GraphQL Schema definition
- type Checklist {
- : Int!
- # Requires access to resource GRAPHQL_OPERATOR
- : Operator!
- : Boolean!
- : String!
- # All "extra" records (comments) associated with this checklist.
- : [ChecklistExtra!]!
- # All items associated with this checklist.
- : [ChecklistItem!]!
- # Arguments
- # cd_nid: [Not documented]
- (: Int!): ChecklistExtra
- # Arguments
- # cd_nid: [Not documented]
- (: Int!): ChecklistItem
- }
link Require by
- ChecklistItem
- EmptyLegRepresents single flight activity.
- FlightRepresents single flight activity.
- Leg
- PositioningRepresents single crew positioning activity.
- QuoteRealizationRepresents single quote realization belonging to operator specified in request endpoint
- QuoteRealizationLegRepresents single quote realization leg belonging to operator specified in request endpoint
- TripRepresents single trip belonging to operator specified in request endpoint