1 min readOct 1, 2019
Loved the article. Quite detailed description of the solutions as well the challenges. We are also using the same sort of design where we have REST APIs which we initially depended directly on. Now with a GraphQL middleware, we are letting resolvers do all the magic. By the way, we too are using ApolloClient, the main reason being its compatibility with React and also the inhouse out of the box caching that we get.