Commit e46f0ec8 authored by charlie ablett's avatar charlie ablett

Remove full stop from description

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