Skip to main content

publicApps

Get a list of PublicApps

publicApps(
after: String
appIds: [ID!]
before: String
first: Int
last: Int
partnerId: ID
): PublicAppConnection!

Arguments​

publicApps.after ● String scalar​

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

publicApps.appIds ● [ID!] list scalar​

publicApps.before ● String scalar​

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

publicApps.first ● Int scalar​

Returns the first n elements from the list.

publicApps.last ● Int scalar​

Returns the last n elements from the list.

publicApps.partnerId ● ID scalar​

Type​

PublicAppConnection object​

Paginate through PublicApps