fix: prefetch type

This commit is contained in:
Guillaume Chau
2024-01-15 10:36:46 +01:00
parent ddf9aa038a
commit f8568e851e
+1 -1
View File
@@ -63,7 +63,7 @@ export interface VueApolloQueryDefinition<Result = any, Variables = OperationVar
loadingKey?: string
watchLoading?: WatchLoading
skip?: (() => boolean) | boolean
prefetch?: ((context: any) => any) | boolean
prefetch?: boolean
client?: string
deep?: boolean
subscribeToMore?: VueApolloSubscribeToMoreOptions<Result, Variables> | VueApolloSubscribeToMoreOptions<Result, Variables>[]