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