Mutations
/set_mock_app_subscription
set_mock_app_subscription
Set mock app subscription for the current account
Arguments
app_id
ID!
Required
The app id of the app to mock subscription for.billing_period
String
Billing period [monthly/yearly]is_trial
Boolean
Is the subscription a trialmax_units
Int
Maximum number of units for the mocked planpartial_signing_secret
String!
Required
The last 10 characters of the app's signing secret.plan_id
String
The plan id for the mocked planpricing_version
Int
Pricing plans versionrenewal_date
Date
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