GraphQL reference

ResolveCommentThreadInput

Input

Autogenerated input type of ResolveCommentThread

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

Example

mutation ResolveCommentThread(
  $organizationId: ID!
  $projectId: ID!
  $input: ResolveCommentThreadInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      resolveCommentThread(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
commentThreadIdID!
mutationMetadataJSON
resolvedAtISO8601DateTime!
updatedAtISO8601DateTime!