Skip to main content

ScheduledJobConnection

The connection type for ScheduledJob.

type ScheduledJobConnection {
edges: [ScheduledJobEdge]
nodes: [ScheduledJob]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ScheduledJobConnection.edges ● [ScheduledJobEdge] list object common

A list of edges.

ScheduledJobConnection.nodes ● [ScheduledJob] list object common

A list of nodes.

ScheduledJobConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

ScheduledJobConnection.totalCount ● Int! non-null scalar common

Total count of items in the connection, without considering pagination.

Returned By

scheduledJobs query