Mutations
/set_mock_app_subscription
set_mock_app_subscription
Set mock app subscription for the current account
Arguments
app_idID!Required
The app id of the app to mock subscription for.billing_periodString
Billing period [monthly/yearly]is_trialBoolean
Is the subscription a trialmax_unitsInt
Maximum number of units for the mocked planpartial_signing_secretString!Required
The last 10 characters of the app's signing secret.plan_idString
The plan id for the mocked planpricing_versionInt
Pricing plans versionrenewal_dateDate
The subscription renewal date
Returns
- Set mock app subscription for the current account
mutation set_mock_app_subscription($app_id: ID!, $partial_signing_secret: String!) { set_mock_app_subscription( app_id: $app_id partial_signing_secret: $partial_signing_secret ) { # set_mock_app_subscription fields } }
Built with