ReopenCommentThreadInput
InputAutogenerated input type of ReopenCommentThread
mutation { organization(id: $organizationId) { project(id: $projectId) { reopenCommentThread } } }
Example
mutation ReopenCommentThread(
$organizationId: ID!
$projectId: ID!
$input: ReopenCommentThreadInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
reopenCommentThread(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| commentThreadId | ID! | — |
| mutationMetadata | JSON | — |
| updatedAt | ISO8601DateTime! | — |