Richard
Results
1
comments of
Richard
For anyone looking for a work around - overwriting this type worked for me: `/src/types/vue-apollo/index.d.ts` ```typescript import 'vue-apollo' declare module 'vue-apollo/types/options' { interface VueApolloSubscriptionDefinition extends Omit { variables?: QueryVariables result?:...