Shirish Nigam
Results
1
comments of
Shirish Nigam
@Diizzayy @danielroe Okay, I figured the cause of this bug. https://github.com/nuxt-modules/apollo/blob/04c452cf53ad366a80cd4aea215f86cb5fda5e71/src/runtime/composables.ts#L53 This is happening because useAsyncQuery make a call using **client.query({ query: GQL_QUERY, variables})** and if you are sending a...