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