aboutsummaryrefslogtreecommitdiffstats
path: root/api/graphql/schema/mutations.graphql
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-16 17:29:56 +0100
committerSascha <GlancingMind@outlook.com>2021-03-19 17:49:41 +0100
commitcc7788ad44bbf6d3a272c15cd8858fb6dc3c1536 (patch)
tree0460dc4441a0c56d02677f31279c864609c65c88 /api/graphql/schema/mutations.graphql
parentc6d15bd52b415b6fbc7a63e6072472402a1491d6 (diff)
downloadgit-bug-cc7788ad44bbf6d3a272c15cd8858fb6dc3c1536.tar.gz
GraphQL: Add target to EditCommentInput
Diffstat (limited to 'api/graphql/schema/mutations.graphql')
-rw-r--r--api/graphql/schema/mutations.graphql2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/graphql/schema/mutations.graphql b/api/graphql/schema/mutations.graphql
index 1544fe67..f5209917 100644
--- a/api/graphql/schema/mutations.graphql
+++ b/api/graphql/schema/mutations.graphql
@@ -49,6 +49,8 @@ input EditCommentInput {
repoRef: String
"""The bug ID's prefix."""
prefix: String!
+ """The target."""
+ target: String!
"""The new message to be set."""
message: String!
"""The collection of file's hash required for the first message."""