Skip to main content

apps

List all apps

apps(
filter: AppFilterInput
sortBy: AppSortingInput
before: String
after: String
first: Int
last: Int
): AppCountableConnection!

Arguments

apps.filter ● AppFilterInput input

apps.sortBy ● AppSortingInput input

apps.before ● String scalar

Returns the items in the list that come before the specified cursor.

apps.after ● String scalar

Returns the items in the list that come after the specified cursor.

apps.first ● Int scalar

Returns the first n items from the list.

apps.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Type

AppCountableConnection object

A connection to a list of items.

Was this page helpful?