Types
GitHubReviewThreadState
Represents a GitHub review thread state in the GraphQL API.
object
GitHubReviewThreadStateFields
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.