INPUT_OBJECT

createSubscriptionInput

Autogenerated input type of createSubscription

link GraphQL Schema definition

  • input createSubscriptionInput {
  • plan_id: String
  • # Can be passed in instead of plan_id to select which plan the subscription should
  • # be on. Normally preferrable to use plan_id
  • plan_name: String
  • token: String
  • billing_address: BillingAddressInput
  • }