Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gagandeepsingh1105 authored Aug 10, 2023
1 parent d5e0108 commit e3ab26b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# book-author-graphql

This project provides a demo for implementing graphql api
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.

0 comments on commit e3ab26b

Please sign in to comment.