OBJECT
BuildRunConnection
link GraphQL Schema definition
- type BuildRunConnection implements Connection {
- # build run resources on this page
- BuildRun!] : [
- # count of resources on this page
- Int! :
- # relay-compatible edges on this page
- BuildRunEdge!] : [
- # relay-compatible page info
- PageInfo! :
- # Optional total count of resources across all pages
- Int :
- }