Skip to main content

BackgroundJob

No description

type BackgroundJob implements Node {
nodeId: ID!
id: String!
uniqueContextId: String!
stream: String!
status: String
payload: JSON
workspaceId: String
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
workspace: Workspace
}

Fields

BackgroundJob.nodeId ● ID! non-null scalar

A globally unique identifier. Can be used in various places throughout the system to identify this single value.

BackgroundJob.id ● String! non-null scalar

BackgroundJob.uniqueContextId ● String! non-null scalar

BackgroundJob.stream ● String! non-null scalar

BackgroundJob.status ● String scalar

BackgroundJob.payload ● JSON scalar

BackgroundJob.workspaceId ● String scalar

BackgroundJob.deletedAt ● Datetime scalar

BackgroundJob.updatedAt ● Datetime! non-null scalar

BackgroundJob.createdAt ● Datetime! non-null scalar

BackgroundJob.workspace ● Workspace object

Reads a single Workspace that is related to this BackgroundJob.

Interfaces

Node interface

An object with a globally unique ID.

Returned By

backgroundJob query ● backgroundJobByNodeId query ● backgroundJobByUniqueContextId query ● backgroundJobs query

Member Of

BackgroundJobsConnection object ● BackgroundJobsEdge object ● Workspace object