aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-20 11:11:39 +0100
committerSascha <GlancingMind@outlook.com>2021-03-20 11:14:27 +0100
commit4a2e04df61d6bf1264a7f353af621e8e6207653d (patch)
tree9287d84aa46b1dcd338e87e5c8d12681f40767de /api
parentc610d942fc510349302ed408fcc7b11500c2bb4c (diff)
downloadgit-bug-4a2e04df61d6bf1264a7f353af621e8e6207653d.tar.gz
Improve description of target-field
Diffstat (limited to 'api')
-rw-r--r--api/graphql/schema/mutations.graphql2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/schema/mutations.graphql b/api/graphql/schema/mutations.graphql
index f5209917..d7adde1e 100644
--- a/api/graphql/schema/mutations.graphql
+++ b/api/graphql/schema/mutations.graphql
@@ -49,7 +49,7 @@ input EditCommentInput {
repoRef: String
"""The bug ID's prefix."""
prefix: String!
- """The target."""
+ """The ID of the comment to be changed."""
target: String!
"""The new message to be set."""
message: String!