OBJECT
OrderTaskMutation
Mutations that act on OrderTasks.
link GraphQL Schema definition
- type OrderTaskMutation {
- # Creates orderTasks (currently only supports one order at a time)
- #
- # Arguments
- # orderTasks: The details for the orderTasks to create
- OrderTaskCreate]): OrderTaskSuccess ( : [
- # Updates orderTasks (currently only supports one order at a time)
- #
- # Arguments
- # orderTasks: The details for the orderTasks to update
- OrderTaskUpdate]): OrderTaskSuccess ( : [
- # Deletes an order task (currently only supports one order at a time)
- #
- # Arguments
- # orderTasks: The ids of the orderTasks to delete
- OrderTaskDelete]): OrderTaskSuccess ( : [
- }