Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 402 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 402 Bytes

book-author-graphql

It is a demo for GraphQL API. This project implements the book-author use case for this pupose. The available functionalities are:

  1. Fetch list of all available books. This includes fetching corresponding authors details for every book
  2. Fetch a particular book by Id.
  3. Fetch list of all available authors. Thsi includes fetching corresponding book details for every author.