GraphQL reference

AddCommentToThreadInput

Input

Autogenerated input type of AddCommentToThread

mutation { organization(id: $organizationId) { project(id: $projectId) { addCommentToThread } } }

Example

mutation AddCommentToThread(
  $organizationId: ID!
  $projectId: ID!
  $input: AddCommentToThreadInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      addCommentToThread(input: $input) {
        errors
      }
    }
  }
}

Fields

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