OBJECT
McpChecklistMutation
MCP checklist mutations
link GraphQL Schema definition
- type McpChecklistMutation {
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # itemList:
- (
- : FlightNid!,
- : [McpChecklistItemInput!]!
- ): Boolean
- }