OBJECT

McpChecklistMutation

MCP checklist mutations

link GraphQL Schema definition

  • type McpChecklistMutation {
  • # Requires access to given flight
  • #
  • # Arguments
  • # flightNid:
  • # itemList:
  • addOrUpdateItemList(
  • flightNid: FlightNid!,
  • itemList: [McpChecklistItemInput!]!
  • ): Boolean
  • }

link Require by