Queries
/
app_subscriptions

app_subscriptions

Arguments

  • app_id
    ID!
    Required
    The ID of an app
  • status
    SubscriptionStatus
  • account_id
    Int
    The ID of an account
  • cursor
    String
    The value, which identifies the exact point to continue fetching the subscriptions from
  • limit
    Int
    The size of the requested page

Returns

query app_subscriptions($app_id: ID!) {
app_subscriptions(app_id: $app_id) {
# app_subscriptions fields
}
}
marketplace_app_discountsapp
Built with