Skip to main content

AppsPage

A paginated page of apps returned by the marketplace listing.

type AppsPage {
items: [App!]!
pageInfo: PageInfo!
}

Fields

AppsPage.items ● [App!]! non-null object

The apps on this page, ordered newest-first.

AppsPage.pageInfo ● PageInfo! non-null object

Pagination metadata: totalCount (total matches ignoring limit/offset) plus the applied limit and offset.

Returned By

apps query