OBJECT
Offer
link GraphQL Schema definition
- type Offer {
- # The contacts of the offer
- : [Contact!]!
- # When the offer was created
- : ISO8601DateTime!
- # ID of the offer
- : ID!
- # The price of the offer
- : String
- # Property of the offer
- : Property
- # When the offer was last updated
- : ISO8601DateTime!
- }