Github API - Test Config

mutation updateIssueComment
issues

Updates an IssueComment object.

Arguments
input UpdateIssueCommentInput

UpdateIssueCommentInput [input]

Autogenerated input type of UpdateIssueComment

Attributes
body String

The updated text of the comment.

clientMutationId String

A unique identifier for the client performing the mutation.

id ID

The ID of the IssueComment to modify.

API:
Github GraphQL API

Parameters for UpdateIssueComment

Returns
UpdateIssueCommentPayload

UpdateIssueCommentPayload [object]

Autogenerated return type of UpdateIssueComment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issueComment IssueComment

The updated comment.

API:
Github GraphQL API
API:
Github GraphQL API