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
  • message: String!
  • # Full name of the person raising the inquiry
  • customerFullName: String!
  • # The email address of the person raising the inquiry
  • email: String!
  • # The phone number of the person raising the inquiry
  • phone: String
  • # The post code of the person raising the inquiry
  • postCode: String
  • # Whether we add this email address to the email marketing list
  • marketingOptIn: Boolean
  • # The Id of the Advert to which the inquiry relates
  • advertId: ID
  • # The Id of the Seller to which the inquiry relates
  • sellerId: ID!
  • }