BackgroundJobsConnection
A connection to a list of BackgroundJob values.
type BackgroundJobsConnection {
nodes: [BackgroundJob!]!
edges: [BackgroundJobsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
BackgroundJobsConnection.nodes ● [BackgroundJob!]! non-null object
A list of BackgroundJob objects.
BackgroundJobsConnection.edges ● [BackgroundJobsEdge!]! non-null object
A list of edges which contains the BackgroundJob and cursor to aid in pagination.
BackgroundJobsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
BackgroundJobsConnection.totalCount ● Int! non-null scalar
The count of *all* BackgroundJob you could get from the connection.
Returned By
backgroundJobsConnection query
Member Of
Workspace object