DEV

Type.

DeleteJob

No description

Fields

createdAt

DateTime!

Required

Creation date of the job.

createdBy

ID!

Required

ID of the user who created the job.

id

String!

Required

Unique identifier of the delete job.

organization

ID!

Required

ID of the associated organization.

processedCount

Int!

Required

Count of catalog items that have been deleted.

Required

Current status of the job.

totalCount

Int!

Required

Total count of catalog items that will be deleted.

updatedAt

DateTime!

Required

Last update date of the job.

updatedBy

ID!

Required

ID of the user who last updated the job.

Was this page helpful?