BackgroundJobsEdge
A BackgroundJob edge in the connection.
type BackgroundJobsEdge {
cursor: Cursor
node: BackgroundJob!
}
Fields
BackgroundJobsEdge.cursor ● Cursor scalar
A cursor for use in pagination.
BackgroundJobsEdge.node ● BackgroundJob! non-null object
The BackgroundJob at the end of the edge.
Member Of
BackgroundJobsConnection object