Express GraphQL API

The GraphQL API endpoint is located at /graphql
This API provides functionality for managing books, authors, and reviews.

To run locally, clone this repo and then try these commands.

npm install
npm run dev

You can find rest of the details in the Apollo CodeSandBox

image