OBJECT
WorkItemMutation
Mutations that act on WorkItems.
link GraphQL Schema definition
- type WorkItemMutation {
- # Creates a new work item.
- #
- # Arguments
- # work_item: The data to use for the creation
- WorkItemCreate!): SuccessResult ( :
- # Update an existing work item
- #
- # Arguments
- # work_item: Data to use for updating the work item
- WorkItemUpdate!): SuccessResult ( :
- }