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 positioning
- #
- # Arguments
- # checklistItemNid: [Not documented]
- # positioningNid: [Not documented]
- # status: [Not documented]
- (
- ChecklistDefinitionNid!, :
- PositioningNid!, :
- String! :
- ): Boolean!
- }