-
I'm trying to use the local state as the source of truth (instead of vuex) for my application. The documentation for this doesn't exist for the Vue Apollo composable API, but it does for Vue Apollo v3. Is this not possible in the Composable API? How do i do it, if it is? The error i'm getting is that |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@pgoy-dod - https://v4.apollo.vuejs.org/guide-advanced/local-state.html Scott |
Beta Was this translation helpful? Give feedback.
-
Looks like i may have found my answer with the actual Apollo 3 documentation: https://www.apollographql.com/docs/react/caching/cache-interaction/#writequery |
Beta Was this translation helpful? Give feedback.
Looks like i may have found my answer with the actual Apollo 3 documentation: https://www.apollographql.com/docs/react/caching/cache-interaction/#writequery