GraphQL OBJECT

UpdatePurchasePayload

Payload for purchase update.

link Definition

  • type UpdatePurchasePayload {
  • # The updated purchase.
  • updatedPurchase: Purchase
  • }

link Required by