Module: Mutations::WorkItems
- Defined in:
- app/graphql/mutations/work_items/create.rb,
app/graphql/mutations/work_items/delete.rb,
app/graphql/mutations/work_items/update.rb,
app/graphql/mutations/work_items/convert.rb,
app/graphql/mutations/work_items/reorder.rb,
app/graphql/mutations/work_items/bulk_move.rb,
app/graphql/mutations/work_items/subscribe.rb,
app/graphql/mutations/work_items/csv/export.rb,
app/graphql/mutations/work_items/csv/import.rb,
app/graphql/mutations/work_items/bulk_update.rb,
app/graphql/mutations/work_items/create_from_task.rb,
app/graphql/mutations/work_items/linked_items/add.rb,
app/graphql/mutations/work_items/hierarchy/reorder.rb,
app/graphql/mutations/work_items/linked_items/base.rb,
app/graphql/mutations/work_items/saved_views/create.rb,
app/graphql/mutations/work_items/saved_views/delete.rb,
app/graphql/mutations/work_items/saved_views/update.rb,
app/graphql/mutations/work_items/linked_items/remove.rb,
app/graphql/mutations/work_items/saved_views/reorder.rb,
app/graphql/mutations/work_items/saved_views/subscribe.rb,
app/graphql/mutations/work_items/user_preference/update.rb,
app/graphql/mutations/work_items/saved_views/unsubscribe.rb,
app/graphql/mutations/work_items/add_closing_merge_request.rb,
app/graphql/mutations/work_items/hierarchy/add_children_items.rb,
app/graphql/mutations/concerns/mutations/work_items/widgetable.rb,
app/graphql/mutations/concerns/mutations/work_items/shared_arguments.rb
Defined Under Namespace
Modules: CSV, Hierarchy, LinkedItems, SavedViews, SharedArguments, UserPreference, Widgetable Classes: AddClosingMergeRequest, BulkMove, BulkUpdate, Convert, Create, CreateFromTask, Delete, Reorder, Subscribe, Update