GraphQL reference

StartCommentThreadInput

Input

Autogenerated 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

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
commentContentString!
commentCreatedAtISO8601DateTime
commentIdID!
commentThreadIdID!
discussableIdID
discussableTypeString
discussionIdID
mutationMetadataJSON
nowString
signedMediaAttachmentFileIds[ID!]
signedScreenRecordingIdID