OBJECT
Inquiry
link GraphQL Schema definition
- type Inquiry {
- # The Advert to which the inquiry relates
- Advert :
- # The Full name of the person raising the inquiry
- String! :
- # The email address of the person raising the inquiry
- String! :
- ID! :
- # Whether or not customer subscribed to the email marketing list
- Boolean! :
- # The message, question or inquiry that has been raised by a customer
- String! :
- # The phone number of the person raising the inquiry
- String :
- # The post code of the person raising the inquiry
- String :
- # The Seller to which the inquiry relates
- Seller! :
- }