Mock data injection into Apollo Client using apollo-mock-http

Hi. We have built an open source library apollo-mock-http that can help inject mock data into Apollo Client. NOTE: This doesn’t need any external server. This can help when you want to work in situations like Backend API not ready, simulate different error scenarios, missing data etc. Also in situations when you want to run integration tests without backend. I believe this is quite helpful and want to share with the community, and learn to know the community thoughts. Thank you.

2 Likes