ScheduledJobEdge
An edge in a connection.
type ScheduledJobEdge {
cursor: String!
node: ScheduledJob
}
Fields
ScheduledJobEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
ScheduledJobEdge.node ● ScheduledJob object common
The item at the end of the edge.
Member Of
ScheduledJobConnection object