Vue-Apollo GraphQL Fundamentals
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

🚧 NOTICE: You are watching a Vue.js 2 lesson

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