Skip to main content

BuyProcess

Process a giftcard transaction

BuyProcess(
id: ID!
input: BuyProcessInput!
): BuyProcessUnion!

Arguments​

BuyProcess.id ● ID! non-null scalar​

ID of the giftcard transaction to be updated

BuyProcess.input ● BuyProcessInput! non-null input​

Input object required to create a giftcard transaction

Type​

BuyProcessUnion union​

If mutation is successful, the GiftcardIntent will be returned, otherwise a MutationError is returned.