ContentReplacementJob
ContentReplacementJob
Job to replace content inside entites.
| Field | Argument | Type | Description |
|---|---|---|---|
| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
| id | UUID! | The uuid of the job. | |
| orgId | UUID! | The uuid of the organization who holds both contents and target entites. | |
| spaceId | UUID! | The uuid of the space who holds both contents and target entites. | |
| originContentId | UUID! | The uuid of the origital content. | |
| originContentType | String! | Content type of the origital content. | |
| newContentId | UUID! | The uuid of the new content. | |
| newContentType | String! | Content type of the new content. | |
| targetEntities | [JSON] | The list of target entities whose content will be replaced. | |
| status | String! | The status of the job. | |
| retries | Int! | ||
| lastRetryAt | Datetime | ||
| error | String | ||
| createdAt | Datetime | ||
| finishedAt | Datetime | ||
| startedAt | Datetime | ||
| createdBy | UUID! | The UUID of user/system whose create the job. | |
| orgByOrgId | Org | Reads a single `Org` that is related to this `ContentReplacementJob`. | |
| spaceBySpaceId | Space | Reads a single `Space` that is related to this `ContentReplacementJob`. | |
| originalAppInstance | AppInstance | ||
| originalFile | File | ||