diff options
author | Sascha <GlancingMind@outlook.com> | 2021-03-20 11:11:39 +0100 |
---|---|---|
committer | Sascha <GlancingMind@outlook.com> | 2021-03-20 11:14:27 +0100 |
commit | 4a2e04df61d6bf1264a7f353af621e8e6207653d (patch) | |
tree | 9287d84aa46b1dcd338e87e5c8d12681f40767de | |
parent | c610d942fc510349302ed408fcc7b11500c2bb4c (diff) | |
download | git-bug-4a2e04df61d6bf1264a7f353af621e8e6207653d.tar.gz |
Improve description of target-field
-rw-r--r-- | api/graphql/schema/mutations.graphql | 2 |
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! |