Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Query Field

serviceApps(limit: Int,page: Int):ServiceAppItems
Beta

BETA Retrieve the account-bound ServiceApps

Arguments
limit: Int = 25
Beta

BETA

page: Int = 1
Beta

BETA

Fields of ServiceAppItems
items:[ServiceApp]!
Beta

BETA ServiceApp items.

total:Int!

Total amount of results.

page:Int!

Current page number.

limit:Int!

Number of results per page.

hasNextPage:Boolean!

Indicates if a next page is available or not