Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 830 Bytes

File metadata and controls

16 lines (11 loc) · 830 Bytes

🚨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