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
Question:
Can you also create a Nuxtjs module of your store to replace apollo cache so we can have a single source of truth instead of reaching for Vuex and apollo when dealing with a Graphql stack?
Why:
Because event though Vue-apollo offers support for creating custom resolvers they are not mature, so they create a lot of confusion, and a lot of developers, were forced to use Vuex and apollo cache together. I think we all agree this is not a good way to solve the problem.
Hi,
Question:
Can you also create a Nuxtjs module of your store to replace apollo cache so we can have a single source of truth instead of reaching for Vuex and apollo when dealing with a Graphql stack?
Why:
Because event though Vue-apollo offers support for creating custom resolvers they are not mature, so they create a lot of confusion, and a lot of developers, were forced to use Vuex and apollo cache together. I think we all agree this is not a good way to solve the problem.
Further details on the problem:
Also, have a look at this video presentation for further explanations on the current problem https://www.youtube.com/watch?v=9knwu87IfU8
Possible solution:
Integrating vuex-orm with typescript and vue apollo
https://github.com/vuex-orm/vuex-orm
https://www.npmjs.com/package/vuex-orm-decorators
Your opinion:
What are your opinions on this subject?
Thanks
The text was updated successfully, but these errors were encountered: