You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rnenjoy it works exactly as in react, you add fields decorated as @client and resolve them on the client-side cache implementation.
However, I would recommend you keep the queries as-is and use vue's computed to calculate extra data as using @client doesn't allow for any type-generation. If you're not using typescript - it's fine.
Describe the bug
Is it possible to use field policies / local only fields with vue-apollo?
https://www.apollographql.com/docs/react/local-state/managing-state-with-field-policies/
Versions
vue:
vue-apollo:
@apollo/client:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: