OBJECT
CrewAppChecklistMutation
link GraphQL Schema definition
- type CrewAppChecklistMutation {
- # Requires access to given flight
- #
- # Arguments
- # checklistItemNid: [Not documented]
- # flightNid: [Not documented]
- # status: [Not documented]
- (
- : ChecklistDefinitionNid!,
- : FlightNid!,
- : String!
- ): Boolean!
- # Requires access to given flight
- #
- # Arguments
- # checklistItemNid: [Not documented]
- # flightNid: [Not documented]
- # file: [Not documented]
- (
- : ChecklistDefinitionNid!,
- : FlightNid!,
- : ChecklistFileType!
- ): CrewAppFileSimple!
- # Requires access to given flight
- #
- # Arguments
- # checklistItemNid: [Not documented]
- # flightNid: [Not documented]
- # filePath: [Not documented]
- (
- : ChecklistDefinitionNid!,
- : FlightNid!,
- : String!
- ): Boolean!
- # Requires access to given positioning
- #
- # Arguments
- # checklistItemNid: [Not documented]
- # positioningNid: [Not documented]
- # status: [Not documented]
- (
- : ChecklistDefinitionNid!,
- : PositioningNid!,
- : String!
- ): Boolean!
- }