Mutation
Variables
Response
Mutations
setGitHubReviewThreadResolved
Sets whether GitHub review thread is resolved and returns the updated GitHub review thread state.
MUTATION
setGitHubReviewThreadResolved(threadId: ID!, resolved: Boolean!): GitHubReviewThreadState!Arguments
threadId
ID!
required
Identifier of the thread.
resolved
Boolean!
required
Whether resolved applies to the operation.
Returns
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.
resolvedBy
The resolved by associated with this GitHub review thread state. May be null when unavailable or not applicable.
Mutation
Variables
Response