diff --git a/packages/vue-apollo-composable/src/useQuery.ts b/packages/vue-apollo-composable/src/useQuery.ts index 61c4fe81..e973bf08 100644 --- a/packages/vue-apollo-composable/src/useQuery.ts +++ b/packages/vue-apollo-composable/src/useQuery.ts @@ -999,7 +999,7 @@ export function useQueryImpl< else { currentVariables.value = newVariables } - }) + }, { flush: 'sync' }) // #endregion // #region Core State