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