From 4a2e04df61d6bf1264a7f353af621e8e6207653d Mon Sep 17 00:00:00 2001 From: Sascha Date: Sat, 20 Mar 2021 11:11:39 +0100 Subject: Improve description of target-field --- api/graphql/schema/mutations.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/graphql/schema/mutations.graphql') 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! -- cgit