Arguments
PurchaseGiftCardInput!
required
No description provided in the schema yet.
Returns
UserPurchase — UserPurchase represents a record of a purchase made by a user, detailing the payment methods and other relevant information.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Initiates a gift card purchase transaction.
mutation {
purchaseGiftCard(
input: PurchaseGiftCardInput!
): UserPurchase
}
UserPurchase — UserPurchase represents a record of a purchase made by a user, detailing the payment methods and other relevant information.