OBJECT

BuildRunConnection

link GraphQL Schema definition

  • type BuildRunConnection implements Connection {
  • # build run resources on this page
  • buildRuns: [BuildRun!]
  • # count of resources on this page
  • count: Int!
  • # relay-compatible edges on this page
  • edges: [BuildRunEdge!]
  • # relay-compatible page info
  • pageInfo: PageInfo!
  • # Optional total count of resources across all pages
  • totalCount: Int
  • }