kirtanp98/mangaupdates-graphql-api

Improve user reviews property of the Manga/Series query

Opened this issue · 0 comments

The user reviews property only returns an integer, just the id of the review.

@Field(() => [Int], { description: 'User reviews of the manga' })
userReviews: number[]; //this will get improved on whenever I get to users/forums

A user review should have its own object, with an id and the name of the user in it.

image