Skip to content

Commit f8568e8

Browse files
committed
fix: prefetch type
1 parent ddf9aa0 commit f8568e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-apollo-option/types/options.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface VueApolloQueryDefinition<Result = any, Variables = OperationVar
6363
loadingKey?: string
6464
watchLoading?: WatchLoading
6565
skip?: (() => boolean) | boolean
66-
prefetch?: ((context: any) => any) | boolean
66+
prefetch?: boolean
6767
client?: string
6868
deep?: boolean
6969
subscribeToMore?: VueApolloSubscribeToMoreOptions<Result, Variables> | VueApolloSubscribeToMoreOptions<Result, Variables>[]

0 commit comments

Comments
 (0)