Queries
/app_subscriptions
app_subscriptions
Arguments
app_idID!Required
The ID of an appstatusSubscriptionStatus
account_idInt
The ID of an accountcursorString
The value, which identifies the exact point to continue fetching the subscriptions fromlimitInt
The size of the requested page
Returns
AppSubscriptions!Required
query app_subscriptions($app_id: ID!) { app_subscriptions(app_id: $app_id) { # app_subscriptions fields } }
Built with