Github API - Test Config

mutation updateTeamDiscussionComment
teams

Updates a discussion comment.

Arguments
input UpdateTeamDiscussionCommentInput

UpdateTeamDiscussionCommentInput [input]

Autogenerated input type of UpdateTeamDiscussionComment

Attributes
body String

The updated text of the comment.

bodyVersion String

The current version of the body content.

clientMutationId String

A unique identifier for the client performing the mutation.

id ID

The ID of the comment to modify.

API:
Github GraphQL API

Parameters for UpdateTeamDiscussionComment

Returns
UpdateTeamDiscussionCommentPayload

UpdateTeamDiscussionCommentPayload [object]

Autogenerated return type of UpdateTeamDiscussionComment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

teamDiscussionComment TeamDiscussionComment

The updated comment.

API:
Github GraphQL API
API:
Github GraphQL API