Skip to content

updateStripeSubscriptionInput

Autogenerated input type of updateStripeSubscription

Fields

deprecated DO NOT USE
org_owner_id · ID! · required · The ID of the user

Used By

Definition

"""
Autogenerated input type of updateStripeSubscription
"""
input updateStripeSubscriptionInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the user
"""
org_owner_id: ID!
new_stripe_subscription_id: String!
switching_to_starter: Boolean!
}