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