This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Updating the cache after a mutation
In this lesson, we'll learn how to update the Apollo cache after a mutation has occurred instead of refetching the entire query. Generally speaking, it is more performant to update the cache rather than refetching the whole query, as we already have the results from the previous network request.
Lesson Resources GraphQL mutations documentation