BuyUpdate
Create an giftcard transaction for a user.
BuyUpdate(
id: ID!
input: BuyUpdateInput!
): BuyUpdateUnion!
Arguments
BuyUpdate.id ● ID! non-null scalar
ID of the giftcard transaction to be updated
BuyUpdate.input ● BuyUpdateInput! non-null input
Input object required to create a giftcard transaction
Type
BuyUpdateUnion union
If mutation is successful, the GiftcardIntent will be returned, otherwise a MutationError is returned.