Queries
/app_installs
app_installs
Get a collection of installs of an app.
Arguments
account_id
ID
The id of an account to filter app installs by.app_id
ID!
Required
The id of an application.limit
Int
Defaults: 25
Number of items to get, the default is 25. Max: 100page
Int
Defaults: 1
Page number to get, starting at 1.
Returns
- Get a collection of installs of an app.
query app_installs($app_id: ID!) { app_installs(app_id: $app_id) { # app_installs fields } }
Built with