Queries
/app_installs
app_installs
Get a collection of installs of an app.
Arguments
account_idID
The id of an account to filter app installs by.app_idID!Required
The id of an application.limitIntDefaults: 25
Number of items to get, the default is 25. Max: 100pageIntDefaults: 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