diff --git a/types/vue-apollo.d.ts b/types/vue-apollo.d.ts index cd978483..ccb9d8b5 100644 --- a/types/vue-apollo.d.ts +++ b/types/vue-apollo.d.ts @@ -74,6 +74,7 @@ export interface ApolloProperty { queries: any; mutate: Mutate; subscribe: Subscribe; + addSmartQuery: Query; } type QueryComponentProperty = ((this: ApolloVueThisType) => VueApolloQueryOptions) | VueApolloQueryOptions type SubscribeComponentProperty = VueApolloSubscriptionOptions | { [key: string]: VueApolloSubscriptionOptions }