BuyUpdateUnion
If mutation is successful, the GiftcardIntent will be returned, otherwise a MutationError is returned.
union BuyUpdateUnion = MutationError | GiftcardIntent
Possible types
BuyUpdateUnion.MutationError object
Has errors for a mutation
BuyUpdateUnion.GiftcardIntent object
A shopping trip that a user has made.
Returned by
BuyUpdate mutation