GraphQL OBJECT

PurchaseAssignment

link Definition

  • type PurchaseAssignment {
  • # The amount
  • amount: Decimal
  • # If payment is accepted
  • acceptPayment: Boolean
  • # The purchase
  • purchaseId: Int
  • }