BuildList
A paginated list of builds.
type BuildList implements ModelList {
nextCursor: String
nodes: [Build]
total: Int
}
Fields
BuildList.nextCursor ● String scalar common
The cursor for the next page of builds.
BuildList.nodes ● [Build] list object common
The builds returned in the current page.
BuildList.total ● Int scalar common
The total number of matching builds.
Interfaces
ModelList interface common
A paginated list of models.
Member Of
AppEnvironment object