Github API - Test Config

mutation resolveReviewThread

Marks a review thread as resolved.

Arguments
input ResolveReviewThreadInput

ResolveReviewThreadInput [input]

Autogenerated input type of ResolveReviewThread

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

threadId ID

The ID of the thread to resolve

API:
Github GraphQL API

Parameters for ResolveReviewThread

Returns
ResolveReviewThreadPayload

ResolveReviewThreadPayload [object]

Autogenerated return type of ResolveReviewThread

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The thread to resolve.

API:
Github GraphQL API
API:
Github GraphQL API