Github API - Test Config

mutation addComment

Adds a comment to an Issue or Pull Request.

Arguments
input AddCommentInput

AddCommentInput [input]

Autogenerated input type of AddComment

Attributes
body String

The contents of the comment.

clientMutationId String

A unique identifier for the client performing the mutation.

subjectId ID

The Node ID of the subject to modify.

API:
Github GraphQL API

Parameters for AddComment

Returns
AddCommentPayload

AddCommentPayload [object]

Autogenerated return type of AddComment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

commentEdge IssueCommentEdge

The edge from the subject's comment connection.

subject Node

The subject

timelineEdge IssueTimelineItemEdge

The edge from the subject's timeline connection.

API:
Github GraphQL API
API:
Github GraphQL API