diff options
-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! |