Skip to main content
MUTATION
setGitHubReviewThreadResolved(threadId: ID!, resolved: Boolean!): GitHubReviewThreadState!

Arguments

threadId
ID!
required

Identifier of the thread.

resolved
Boolean!
required

Whether resolved applies to the operation.

id
ID!

Stable identifier for this GitHub review thread state.

isResolved
Boolean!

Whether this GitHub review thread state is resolved.

viewerCanResolve
Boolean!

Whether the viewer can resolve condition is true for this GitHub review thread state.

viewerCanUnresolve
Boolean!

Whether the viewer can unresolve condition is true for this GitHub review thread state.

The resolved by associated with this GitHub review thread state. May be null when unavailable or not applicable.

Mutation
Variables
Response