Skip to content

createSubscriptionInput

Autogenerated input type of createSubscription

Fields

deprecated DO NOT USE
plan_name · String · Can be passed in instead of plan_id to select which plan the subscription should be on. Normally preferable to use plan_id

Used By

Definition

"""
Autogenerated input type of createSubscription
"""
input createSubscriptionInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
plan_id: ID
"""
Can be passed in instead of plan_id to select which plan the subscription should be on. Normally preferable to use plan_id
"""
plan_name: String
stripe_idempotency_key: ID
token: String
billing_address: BillingAddressInput
}