OBJECT

Offer

link GraphQL Schema definition

  • type Offer {
  • # The contacts of the offer
  • contacts: [Contact!]!
  • # When the offer was created
  • createdAt: ISO8601DateTime!
  • # ID of the offer
  • id: ID!
  • # The price of the offer
  • price: String
  • # Property of the offer
  • property: Property
  • # When the offer was last updated
  • updatedAt: ISO8601DateTime!
  • }