A collection of fake review information to import into Hygraph remote sources.
Example
GET /api/reviews/all
type Review { id: Int product: Int productSlug: String name: String rating: Float comment: String} type Reviews { data: [Review]}
GET /api/reviews/product/:productId