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 ddf9aa0 commit f8568e8Copy full SHA for f8568e8
packages/vue-apollo-option/types/options.d.ts
@@ -63,7 +63,7 @@ export interface VueApolloQueryDefinition<Result = any, Variables = OperationVar
63
loadingKey?: string
64
watchLoading?: WatchLoading
65
skip?: (() => boolean) | boolean
66
- prefetch?: ((context: any) => any) | boolean
+ prefetch?: boolean
67
client?: string
68
deep?: boolean
69
subscribeToMore?: VueApolloSubscribeToMoreOptions<Result, Variables> | VueApolloSubscribeToMoreOptions<Result, Variables>[]
0 commit comments