kirtanp98 / mangaupdates-graphql-api

A GraphQL api to fetch information from mangaupdates.com
MIT License
7 stars 0 forks source link

Improve user reviews property of the Manga/Series query #21

Open kirtanp98 opened 3 years ago

kirtanp98 commented 3 years ago

The user reviews property only returns an integer, just the id of the review. https://github.com/kirtanp98/mangaupdates-graphql-api/blob/3999580a30f62f1c7688b1a5835a29239ad8f311/src/manga/entities/manga.entity.ts#L82-L83

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

image