fix: prefetch type
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ export interface VueApolloQueryDefinition<Result = any, Variables = OperationVar
|
|||||||
loadingKey?: string
|
loadingKey?: string
|
||||||
watchLoading?: WatchLoading
|
watchLoading?: WatchLoading
|
||||||
skip?: (() => boolean) | boolean
|
skip?: (() => boolean) | boolean
|
||||||
prefetch?: ((context: any) => any) | boolean
|
prefetch?: boolean
|
||||||
client?: string
|
client?: string
|
||||||
deep?: boolean
|
deep?: boolean
|
||||||
subscribeToMore?: VueApolloSubscribeToMoreOptions<Result, Variables> | VueApolloSubscribeToMoreOptions<Result, Variables>[]
|
subscribeToMore?: VueApolloSubscribeToMoreOptions<Result, Variables> | VueApolloSubscribeToMoreOptions<Result, Variables>[]
|
||||||
|
|||||||
Reference in New Issue
Block a user