This project uses json-server as well as graphQL and express to play around with graphQL queries and mutations.
git clone https://github.com/after8/graphql-users-companies.git
npm install
npm run json:server
You can test the API by running
http://localhost:3000/companies
http://localhost:3000/users
npm run dev
GraphiQL is an in-browser tool for writing, validating, and testing GraphQL queries.
http://localhost:4000/graphql