Github API - Test Config

mutation unminimizeComment

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

Arguments
input UnminimizeCommentInput

UnminimizeCommentInput [input]

Autogenerated input type of UnminimizeComment

Attributes
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 UnminimizeComment

Returns
UnminimizeCommentPayload

UnminimizeCommentPayload [object]

Autogenerated return type of UnminimizeComment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

unminimizedComment Minimizable

The comment that was unminimized.

API:
Github GraphQL API
API:
Github GraphQL API