veerendrapatel
veerendrapatel
Thanks @sis-dk for the work around
Thanks a lot @danielwaltz it has resolved issue. Now I am able to use useMutation with clientId.
Hi @chrisbonifacio, I also face same issue with - When I hit mutation, there is nothing in console. I can just see WS call in network tab. no errors in...
> onMounted(async () => { > const { $amplifyClient } = useNuxtApp(); > console.log($amplifyClient); // amplifyClient is object returned by generateClient() > const createSub = $amplifyClient > .graphql({ > query:...
@chrisbonifacio I got subscription working. It was failing due to Auth token. Now only issue remain is - I have to use // @ts-ignore when I call .subscribe. Property 'subscribe'...
using that typescript issue also resolved.
@Diizzayy Both URLs point to the same GitHub repository but diff steps to configure client. https://nuxt.com/modules/apollo https://apollo.nuxtjs.org/getting-started/quick-start https://github.com/Diizzayy/nuxt-graphql-client **Question**: Which one is recommended for a MultiClient setup? I followed [this...