StartCommentThreadInput
InputAutogenerated input type of StartCommentThread
mutation { organization(id: $organizationId) { project(id: $projectId) { startCommentThread } } }
Example
mutation StartCommentThread(
$organizationId: ID!
$projectId: ID!
$input: StartCommentThreadInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
startCommentThread(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| commentContent | String! | — |
| commentCreatedAt | ISO8601DateTime | — |
| commentId | ID! | — |
| commentThreadId | ID! | — |
| discussableId | ID | — |
| discussableType | String | — |
| discussionId | ID | — |
| mutationMetadata | JSON | — |
| now | String | — |
| signedMediaAttachmentFileIds | [ID!] | — |
| signedScreenRecordingId | ID | — |