INPUT_OBJECT
InquiryCreateInput
Inquiry Attributes.
link GraphQL Schema definition
- input InquiryCreateInput {
- # The message, question or inquiry that you would like to send to the Seller
- String! :
- # Full name of the person raising the inquiry
- String! :
- # The email address of the person raising the inquiry
- String! :
- # The phone number of the person raising the inquiry
- String :
- # The post code of the person raising the inquiry
- String :
- # Whether we add this email address to the email marketing list
- Boolean :
- # The Id of the Advert to which the inquiry relates
- ID :
- # The Id of the Seller to which the inquiry relates
- ID! :
- }