INPUT_OBJECT

CreateReviewSubmissionInput

Input type for creating a ReviewSubmission

link GraphQL Schema definition

  • input CreateReviewSubmissionInput {
  • firstName: String
  • lastName: String
  • email: String
  • city: String
  • # Date of service (format: Y-m-dTH:i:s)
  • serviceDate: String
  • # Project type (renovation, sale, new, ...)
  • projectType: String
  • }

link Require by