Here you can find graphQL API that reference mangas
Via GraphQL features we can have graph data structure. Avoiding Circular reference issues.
The following command start the server.
yarn start
And browse
http://localhost:4000
{
books {
name
genre
}
}