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