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