Commit 9a0caa18 authored by charlie ablett's avatar charlie ablett

Merge branch 'aqualls-wip-definition-part2' into 'master'

Update a GraphQL definition of WIP to 'Draft'

See merge request gitlab-org/gitlab!54833
parents a1957ef6 5e3aebb4
......@@ -9,7 +9,7 @@ module Mutations
GraphQL::BOOLEAN_TYPE,
required: true,
description: <<~DESC
Whether or not to set the merge request as a WIP.
Whether or not to set the merge request as a draft.
DESC
def resolve(project_path:, iid:, wip: nil)
......
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