AppEnvironmentBranchesList
A paginated list of repository branches.
type AppEnvironmentBranchesList {
nextCursor: String
nodes: [AppEnvironmentBranch]
pollingDelaySeconds: Int!
total: BigInt
}
Fields
AppEnvironmentBranchesList.nextCursor ● String scalar common
The cursor for the next page of branches.
AppEnvironmentBranchesList.nodes ● [AppEnvironmentBranch] list object common
The branches returned in the current page.
AppEnvironmentBranchesList.pollingDelaySeconds ● Int! non-null scalar common
The suggested polling delay before fetching branches again.
AppEnvironmentBranchesList.total ● BigInt scalar common
The total number of branches.
Member Of
AppEnvironment object