Skip to main content

BackgroundJobEventWhere

Criteria for filtering background job events.

input BackgroundJobEventWhere {
jobId: ID
jobName: String
status: BackgroundJobStatus
userId: ID
}

Fields

BackgroundJobEventWhere.jobId ● ID scalar

The id of the background job, returned from the mutations which trigger a background job.

BackgroundJobEventWhere.jobName ● String scalar

The name of the background job

BackgroundJobEventWhere.status ● BackgroundJobStatus enum

Only return events with the specified status.

BackgroundJobEventWhere.userId ● ID scalar

The ID of the user that requested the background job.

Member Of

backgroundJobEvent subscription