Github API - Test Config

UnminimizeCommentPayload [object]

Autogenerated return type of UnminimizeComment

Attributes
clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

unminimizedComment Minimizable

Minimizable [interface]

Entities that can be minimized.

Attributes
isMinimized Boolean

Returns whether or not a comment has been minimized.

minimizedReason String

Returns why the comment was minimized. One of abuse, off-topic,
outdated, resolved, duplicate and spam. Note that the case and
formatting of these values differs from the inputs to the MinimizeComment mutation.

viewerCanMinimize Boolean

Check if the current viewer can minimize this object.

API:
Github GraphQL API

The comment that was unminimized.

API:
Github GraphQL API