OBJECT

BackgroundJobConnection

The connection type for BackgroundJob.

link GraphQL Schema definition

  • type BackgroundJobConnection {
  • # A list of edges.
  • edges: [BackgroundJobEdge]
  • # A list of nodes.
  • nodes: [BackgroundJob]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total # of pages, based on total count and pagesize
  • totalPageCount: Int!
  • }