OBJECT
type ReviewType {_key: String buyerKey: String! productKey: String! title: String! comment: String! rating: Float! date: String! }