[Vuejs]-Store apollo query result in a local state?

0👍

Apollo Client has an InMemoryCache and does not reload the data unless you say so.
See
https://www.apollographql.com/docs/react/caching/cache-configuration/

Leave a comment