-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5e0108
commit e3ab26b
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |