apollo-error-handling-visualizer icon indicating copy to clipboard operation
apollo-error-handling-visualizer copied to clipboard

Visualize relationships between nullability and error handling in GraphQL, with specific respect to Apollo Client.

🚨Apollo Error Handling Visualizer

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!

Preview

Contributing

  • 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