Queries
/app_subscriptions
app_subscriptions
Arguments
app_id
ID!
Required
The ID of an appstatus
SubscriptionStatus
account_id
Int
The ID of an accountcursor
String
The value, which identifies the exact point to continue fetching the subscriptions fromlimit
Int
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