diff --git a/types/vue-apollo.d.ts b/types/vue-apollo.d.ts index a5cbbba..f21f8fb 100644 --- a/types/vue-apollo.d.ts +++ b/types/vue-apollo.d.ts @@ -22,6 +22,7 @@ export interface ApolloProperty { queries: any; mutate: Mutate; subscribe: Subscribe; + addSmartQuery: Query; } export function willPrefetch (component: VueApolloComponent, contextCallback?: boolean): VueApolloComponent \ No newline at end of file