backgroundJobEvent
Returns event data when the background job progresses from being queued to completed or failed
backgroundJobEvent(
where: BackgroundJobEventWhere
): BackgroundJobEventData!
Arguments
backgroundJobEvent.where
● BackgroundJobEventWhere
input
Type
BackgroundJobEventData
object
Data representing an background job event (see BackgroundJobStatus, could be received, successful, failed).