OBJECT
ReviewSubmission
type ReviewSubmission {# Idid: Int! # First namefirstName: String! # Last namelastName: String! # Emailemail: String! # Citycity: String! # Date of serviceserviceDate: DateTime! # Project typeprojectType: String! # Date of creationcreatedAt: DateTime! # Date of last updateupdatedAt: DateTime }