We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbf10d commit 937094cCopy full SHA for 937094c
types/vue-apollo.d.ts
@@ -22,6 +22,7 @@ export interface ApolloProperty<V> {
22
queries: any;
23
mutate: Mutate<V>;
24
subscribe: Subscribe;
25
+ addSmartQuery: Query<V>;
26
}
27
28
export function willPrefetch (component: VueApolloComponent, contextCallback?: boolean): VueApolloComponent
0 commit comments