http://apollo-visualizer.vercel.app/
This tool shows the relationship between nullability and error handling in GraphQL, with specific respect to Apollo Client.
Set the toggles to see how the request / response will change. Scroll to the bottom to see the result!
Questions / Suggestions? Reach out to me at @mark_larah!
- Clone a fork of the repo and install the project dependencies by running
yarn
- Make your changes, and start the project by running
yarn dev