Update the Local Apollo Cache after a Mutation Using writeQuery

InstructorAlex Banks

Share this video with your friends

Send Tweet

Apollo Client comes with a local cache. The cache is where Apollo Client saves query results. You can read directly from or write directly to the cache which will allow you to reduce the number of network requests that your application makes. In this lesson, we will write the mutation results directly to the cache using the writeQuery method.