Commit 632a455d authored by Igor Drozdov's avatar Igor Drozdov

Merge branch 'fix-create-form-task-graphql-mutation-class' into 'master'

Makes GraphQL mutation follow naming convention

See merge request gitlab-org/gitlab!80963
parents 72c0d86e 0e62ed36
......@@ -3,13 +3,13 @@
module Mutations
module WorkItems
class CreateFromTask < BaseMutation
graphql_name 'WorkItemCreateFromTask'
include Mutations::SpamProtection
description "Creates a work item from a task in another work item's description." \
" Available only when feature flag `work_items` is enabled. This feature is experimental and is subject to change without notice."
graphql_name 'WorkItemCreateFromTask'
authorize :update_work_item
argument :id, ::Types::GlobalIDType[::WorkItem],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment