UpdateGiftcardBalanceUnion
If mutation is successful, the Giftcard will be returned, otherwise a MutationError is returned.
union UpdateGiftcardBalanceUnion = MutationError | Giftcard
Possible types
UpdateGiftcardBalanceUnion.MutationError object
Has errors for a mutation
UpdateGiftcardBalanceUnion.Giftcard object
A giftcard that a user has purchased.
Returned by
UpdateGiftcardBalance mutation