Commit e46f0ec8 authored by charlie ablett's avatar charlie ablett

Remove full stop from description

parent 211635ad
......@@ -8,7 +8,7 @@ module Mutations
argument :target_project_path,
GraphQL::ID_TYPE,
required: true,
description: 'The project to move the issue to.'
description: 'The project to move the issue to'
def resolve(project_path:, iid:, target_project_path:)
Gitlab::QueryLimiting.whitelist('https://gitlab.com/gitlab-org/gitlab/-/issues/267762')
......
......@@ -9207,7 +9207,7 @@ input IssueMoveInput {
projectPath: ID!
"""
The project to move the issue to.
The project to move the issue to
"""
targetProjectPath: ID!
}
......
......@@ -25079,7 +25079,7 @@
},
{
"name": "targetProjectPath",
"description": "The project to move the issue to.",
"description": "The project to move the issue to",
"type": {
"kind": "NON_NULL",
"name": null,
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