diff --git a/packages/vue-apollo-composable/tests/types/useMutation-types.test.ts b/packages/vue-apollo-composable/tests/types/useMutation-types.test.ts index 185d25d..8ab4484 100644 --- a/packages/vue-apollo-composable/tests/types/useMutation-types.test.ts +++ b/packages/vue-apollo-composable/tests/types/useMutation-types.test.ts @@ -197,7 +197,7 @@ import { assertExactType } from './assertions' { awaitRefetchQueries: true, clientId: '37Hn7m', - context: 'any', + context: { any: true }, errorPolicy: 'all', fetchPolicy: 'no-cache', optimisticResponse: (vars: ExampleUpdateMutationVariables) => ({ @@ -270,7 +270,7 @@ import { assertExactType } from './assertions' { awaitRefetchQueries: true, clientId: '37Hn7m', - context: 'any', + context: { any: true }, errorPolicy: 'all', fetchPolicy: 'no-cache', optimisticResponse: (vars: ExampleUpdateMutationVariables) => ({