updateStripeSubscriptionInput
Autogenerated input type of updateStripeSubscription
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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!}