OBJECT
ChecklistMutation
Node for checklist mutation
link GraphQL Schema definition
- type ChecklistMutation {
- # Restore archived checklist.
- # Requires access to resource GRAPHQL_CHECKLIST_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (: FlightNid!): Boolean
- # Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistItems: [Not documented]
- (
- : FlightNid!,
- : [ChecklistItemInput!]!
- ): Boolean
- # Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistItems: [Not documented]
- (
- : FlightNid!,
- : [ChecklistItemInput!]!
- ): Boolean
- # Requires access to resource GRAPHQL_CHECKLIST_FLIGHT_CARE_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistItems: [Not documented]
- (
- : FlightNid!,
- : [ChecklistItemInput!]!
- ): Boolean
- # Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistItems: [Not documented]
- (
- : FlightNid!,
- : [ChecklistDefinitionNid!]!
- ): Boolean
- # Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistItems: [Not documented]
- (
- : FlightNid!,
- : [ChecklistDefinitionNid!]!
- ): Boolean
- # Requires access to resource GRAPHQL_CHECKLIST_FLIGHT_CARE_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistItems: [Not documented]
- (
- : FlightNid!,
- : [ChecklistDefinitionNid!]!
- ): Boolean
- # Update OPS checklist item status.
- # Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistItemNid: [Not documented]
- # checklistStatusId: [Not documented]
- (
- : FlightNid!,
- : ChecklistDefinitionNid!,
- : String!
- ): Boolean
- # Update SALES checklist item status.
- # Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistItemNid: [Not documented]
- # checklistStatusId: [Not documented]
- (
- : FlightNid!,
- : ChecklistDefinitionNid!,
- : String!
- ): Boolean
- # Update FLIGHT CARE checklist item status.
- # Requires access to resource GRAPHQL_CHECKLIST_FLIGHT_CARE_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistItemNid: [Not documented]
- # checklistStatusId: [Not documented]
- (
- : FlightNid!,
- : ChecklistDefinitionNid!,
- : String!
- ): Boolean
- # Update positioning checklist item status.
- # Requires access to resource GRAPHQL_POSITIONING_EDIT
- #
- # Arguments
- # positioningNid: [Not documented]
- # checklistItemNid: [Not documented]
- # checklistStatusId: [Not documented]
- (
- : PositioningNid!,
- : ChecklistDefinitionNid!,
- : String!
- ): Boolean
- # Update SALES flight brief checklist item status to sent for quote realization
- # legs.
- # Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT.
- # Requires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE
- #
- # Arguments
- # quoteRealizationLegNids: [Not documented]
- (
- : [QuoteRealizationLegNid!]!
- ): [QuoteRealizationLeg!]!
- # Update SALES checklist item status for quote realization leg.
- # Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT
- #
- # Arguments
- # quoteRealizationLegNid: [Not documented]
- # checklistItemNid: [Not documented]
- # checklistStatusId: [Not documented]
- (
- : QuoteRealizationLegNid!,
- : ChecklistDefinitionNid!,
- : String!
- ): Boolean!
- # Create SALES checklist item for quote realization leg.
- # Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT
- #
- # Arguments
- # quoteRealizationLegNid: [Not documented]
- # checklistItemNid: [Not documented]
- (
- : QuoteRealizationLegNid!,
- : ChecklistDefinitionNid!
- ): Boolean!
- # Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT
- #
- # Arguments
- # checklistNid: [Not documented]
- # checklistItems: [Not documented]
- (
- : ChecklistNid!,
- : [ChecklistItemInput!]!
- ): Boolean
- # Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT
- #
- # Arguments
- # checklistNid: [Not documented]
- # checklistItems: [Not documented]
- (
- : ChecklistNid!,
- : [ChecklistItemInput!]!
- ): Boolean
- # Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT
- #
- # Arguments
- # checklistNid: [Not documented]
- # checklistDefinition: [Not documented]
- # files: [Not documented]
- (
- : ChecklistNid!,
- : ChecklistDefinitionNid!,
- : [ChecklistFileType!]!
- ): [File!]!
- # Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT
- #
- # Arguments
- # checklistNid: [Not documented]
- # checklistDefinition: [Not documented]
- # files: [Not documented]
- (
- : ChecklistNid!,
- : ChecklistDefinitionNid!,
- : [ChecklistFileType!]!
- ): [File!]!
- # Update OPS checklist item note.
- # Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistItemNid: [Not documented]
- # note: [Not documented]
- (
- : FlightNid!,
- : ChecklistDefinitionNid!,
- : String
- ): Boolean
- # Update SALES checklist item note.
- # Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistItemNid: [Not documented]
- # note: [Not documented]
- (
- : FlightNid!,
- : ChecklistDefinitionNid!,
- : String
- ): Boolean
- # Update SALES checklist item note for quote realization leg.
- # Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT
- #
- # Arguments
- # quoteRealizationLegNid: [Not documented]
- # checklistItemNid: [Not documented]
- # note: [Not documented]
- (
- : QuoteRealizationLegNid!,
- : ChecklistDefinitionNid!,
- : String
- ): Boolean
- # Will add Fuel release item to checklist if not present.
- # Requires access to resource GRAPHQL_UPLOAD_FUEL_RELEASE.
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # files:
- (
- : FlightNid!,
- : [ChecklistFileType!]!
- ): [File!]!
- # Requires access to resource GRAPHQL_UPLOAD_FUEL_RELEASE.
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # files: Files names to delete
- (
- : FlightNid!,
- : [String!]!
- ): Boolean!
- # Will add Fuel release item to checklist if not present.
- # Requires access to resource GRAPHQL_UPLOAD_FUEL_RELEASE.
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # checklistStatusId:
- # Possible violation list: IS_NOT_SOME_ERROR
- (
- : FlightNid!,
- : ChecklistStatusId!
- ): ChecklistMutationChangeFuelReleaseStatusOutput!
- # Will add Fuel release item to checklist if not present.
- # Requires access to resource GRAPHQL_UPLOAD_FUEL_RELEASE.
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # links:
- # Possible violation list: LINK_HTTPS_ERROR
- (
- : FlightNid!,
- : [ChecklistItemLinkInput!]!
- ): SetFuelReleaseLinksOutput!
- # Delete assigned links.
- # Requires access to resource GRAPHQL_UPLOAD_FUEL_RELEASE.
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # links:
- (
- : FlightNid!,
- : [String!]!
- ): DeleteFuelReleaseLinksOutput!
- # Requires access to resource GRAPHQL_CHECKLIST_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistDefinitionNid: [Not documented]
- # emailData: [Not documented]
- # additionalFlightReceivers: [Not documented]
- (
- : FlightNid!,
- : ChecklistDefinitionNid!,
- : EmailInput!,
- : [FlightChecklistEmailReceiverType!]!
- ): Boolean!
- # Requires access to resource GRAPHQL_CHECKLIST_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistDefinitionNid: [Not documented]
- # emailData: [Not documented]
- # additionalTripReceivers: [Not documented]
- (
- : FlightNid!,
- : ChecklistDefinitionNid!,
- : EmailInput!,
- : [TripChecklistEmailReceiverType!]!
- ): Boolean!
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # checklistDefinitionNid: [Not documented]
- # mailboxMessageNid: [Not documented]
- # isRead: [Not documented]
- (
- : FlightNid!,
- : ChecklistDefinitionNid!,
- : MailboxMessageNid!,
- : Boolean!
- ): Boolean!
- }