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