GraphQL reference

TagCommentThreadInput

Input

Autogenerated input type of TagCommentThread

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

Example

mutation TagCommentThread(
  $organizationId: ID!
  $projectId: ID!
  $input: TagCommentThreadInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      tagCommentThread(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
commentThreadIdID!
commentThreadTagIdID!
mutationMetadataJSON
nameString!
taggedAtISO8601DateTime!