
Quick intro about Apollo GraphQL
Apollo is the industry-standard GraphQL implementation, providing the data graph layer that connects modern apps to the cloud.
Apollo GraphQL
In this tutorial we will understand the integration of AbortController, a JavaScript API with Apollo GraphQL Client using a fullstack ReactJs sample project.
Motivation for this post
It all started with a use case to prevent client from making a repeated request for the same GraphQL mutation query.
All the code inspired in this blog post is from a GitHub issue thread (Read more for interesting discussion …)
With that intro, lets understand how the solution is engineered for this topic.
(more…)