Skip to main content

AppsConnection

A Relay cursor connection over App records. Page with first/after; pass pageInfo.endCursor back as after for the next page.

type AppsConnection {
edges: [AppEdge!]!
pageInfo: ConnectionPageInfo!
totalCount: Int
}

Fields

AppsConnection.edges ● [AppEdge!]! non-null object

Edges on this page.

AppsConnection.pageInfo ● ConnectionPageInfo! non-null object

Pagination metadata.

AppsConnection.totalCount ● Int scalar

Total matching records across all pages, when known (null for sources that do not compute a total).

Returned By

appsConnection query