Github API - Test Config

mutation createTeamDiscussionComment
teams

Creates a new team discussion comment.

Arguments
input CreateTeamDiscussionCommentInput

CreateTeamDiscussionCommentInput [input]

Autogenerated input type of CreateTeamDiscussionComment

Attributes
body String

The content of the comment. This field is required.

Upcoming Change on 2024-07-01 UTC
Description: body will be removed. Follow the guide at
https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to
find a suitable replacement.
Reason: The Team Discussions feature is deprecated in favor of Organization Discussions.

clientMutationId String

A unique identifier for the client performing the mutation.

discussionId ID

The ID of the discussion to which the comment belongs. This field is required.

Upcoming Change on 2024-07-01 UTC
Description: discussionId will be removed. Follow the guide at
https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to
find a suitable replacement.
Reason: The Team Discussions feature is deprecated in favor of Organization Discussions.

API:
Github GraphQL API

Parameters for CreateTeamDiscussionComment

Returns
CreateTeamDiscussionCommentPayload

CreateTeamDiscussionCommentPayload [object]

Autogenerated return type of CreateTeamDiscussionComment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

teamDiscussionComment TeamDiscussionComment

The new comment.

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
API:
Github GraphQL API
API:
Github GraphQL API