OBJECT
type Review {_id: ID active: Boolean annotations: [Annotation] channels: [String] company: String country: String created: String published: String author: String text: String title: String language: String product: String rating: Float sku: String pageTitle: String html: String url: String pageNumber: Int type: REVIEW_TYPE status: REVIEW_STATUS resolution: RESOLUTION serial: String translatedText: String translatedTitle: String pros: String cons: String translatedPros: String translatedCons: String }