It is a demo for GraphQL API. This project implements the book-author use case for this pupose. The available functionalities are:
- Fetch list of all available books. This includes fetching corresponding authors details for every book
- Fetch a particular book by Id.
- Fetch list of all available authors. Thsi includes fetching corresponding book details for every author.