OBJECT
BackgroundJobConnection
The connection type for BackgroundJob.
link GraphQL Schema definition
- type BackgroundJobConnection {
- # A list of edges.
- : [BackgroundJobEdge]
- # A list of nodes.
- : [BackgroundJob]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- # Total # of pages, based on total count and pagesize
- : Int!
- }