INPUT_OBJECT

updateSubscriptionInput

Autogenerated input type of updateSubscription

link GraphQL Schema definition

  • input updateSubscriptionInput {
  • activate_short_trial: Boolean
  • details: String
  • id: ID
  • # The name of the new Stripe Plan to switch to. Currently, this just supports
  • # moving trialing members to starter.
  • new_plan_name: String
  • reactivate_plan: String
  • reason: String
  • # Value can either be monthly or annual. Allows users on Practice Plus or Small
  • # Pracitce to switch billing cycles.
  • switch_plan: String
  • token: String
  • wants_to_cancel: Boolean
  • }