Module: Mutations::WorkItems

Defined in:
app/graphql/mutations/work_items/create.rb,
app/graphql/mutations/work_items/delete.rb,
app/graphql/mutations/work_items/export.rb,
app/graphql/mutations/work_items/update.rb,
app/graphql/mutations/work_items/convert.rb,
app/graphql/mutations/work_items/subscribe.rb,
app/graphql/mutations/work_items/delete_task.rb,
app/graphql/mutations/work_items/update_task.rb,
app/graphql/mutations/work_items/create_from_task.rb,
app/graphql/mutations/work_items/linked_items/add.rb,
app/graphql/mutations/work_items/linked_items/base.rb,
app/graphql/mutations/work_items/linked_items/remove.rb,
app/graphql/mutations/concerns/mutations/work_items/widgetable.rb,
app/graphql/mutations/concerns/mutations/work_items/update_arguments.rb

Defined Under Namespace

Modules: LinkedItems, UpdateArguments, Widgetable Classes: Convert, Create, CreateFromTask, Delete, DeleteTask, Export, Subscribe, Update, UpdateTask