CheckoutSetupUnion
If mutation is successful, the Checkout will be returned, otherwise a MutationError is returned.
union CheckoutSetupUnion = MutationError | Checkout
Possible types
CheckoutSetupUnion.MutationError object
Has errors for a mutation
CheckoutSetupUnion.Checkout object
An Organization
Returned by
CheckoutSetup mutation