Github API - Test Config

mutation minimizeComment

Minimizes a comment on an Issue, Commit, Pull Request, or Gist

Arguments
input MinimizeCommentInput

MinimizeCommentInput [input]

Autogenerated input type of MinimizeComment

Attributes

The classification of 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 MinimizeComment

Returns
MinimizeCommentPayload

MinimizeCommentPayload [object]

Autogenerated return type of MinimizeComment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

minimizedComment Minimizable

The comment that was minimized.

API:
Github GraphQL API
API:
Github GraphQL API