Skip to main content

AppList

A paginated list of applications.

type AppList implements ModelList {
edges: [App]
nextCursor: String
nodes: [App]
total: Int
}

Fields

AppList.edges ● [App] list object common

A legacy alias for nodes.

AppList.nextCursor ● String scalar common

The cursor for the next page of applications.

AppList.nodes ● [App] list object common

The applications returned in the current page.

AppList.total ● Int scalar common

The total number of matching applications.

Interfaces

ModelList interface common

A paginated list of models.

Returned By

apps query

Member Of

Organization object ● Repo object