OBJECT

ReviewSubmission

ReviewSubmission

link GraphQL Schema definition

  • type ReviewSubmission {
  • # Id
  • id: Int!
  • # First name
  • firstName: String!
  • # Last name
  • lastName: String!
  • # Email
  • email: String!
  • # City
  • city: String!
  • # Date of service
  • serviceDate: DateTime!
  • # Project type
  • projectType: String!
  • # Date of creation
  • createdAt: DateTime!
  • # Date of last update
  • updatedAt: DateTime
  • }

link Require by