Skip to main content

BackgroundJobCondition

A condition to be used against BackgroundJob object types. All fields are tested for equality and combined with a logical ‘and.’

input BackgroundJobCondition {
id: String
uniqueContextId: String
stream: String
status: String
payload: JSON
workspaceId: String
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}

Fields

BackgroundJobCondition.id ● String scalar

Checks for equality with the object’s id field.

BackgroundJobCondition.uniqueContextId ● String scalar

Checks for equality with the object’s uniqueContextId field.

BackgroundJobCondition.stream ● String scalar

Checks for equality with the object’s stream field.

BackgroundJobCondition.status ● String scalar

Checks for equality with the object’s status field.

BackgroundJobCondition.payload ● JSON scalar

Checks for equality with the object’s payload field.

BackgroundJobCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

BackgroundJobCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

BackgroundJobCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

BackgroundJobCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

Member Of

backgroundJobs query ● backgroundJobsConnection query