@s-molinari - did it right now, thank you again!
D
Latest posts made by danleks92
-
RE: Interested in using GraphQL?
-
RE: Interested in using GraphQL?
Thank you, Scott!
This is very interesting and useful, great job!
I try to use new official extension, but now i’m stuck. I want to create new apollo client and add it to existing apollo provider, but i can’t
What I try:
- modify apollo-client-config.js, adding to default section additionalConfig
- saw instruction for multiple clients https://apollo.vuejs.org/guide/multiple-clients.html
Without this new extension I can create ApolloProvider manually and add ApolloClients, but here I got an hardcode like
const apolloProvider = new VueApollo({ defaultClient: apolloClient })
in apollo.js
Can you help me, please?