Skip to content

Commit ade2b27

Browse files
author
Guillaume Chau
committed
Merge branch 'typings-improvemnts' into next
2 parents 6650430 + 7be5579 commit ade2b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/vue-apollo.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type VueApolloOptions = {
2121
export class VueApollo implements PluginObject<{}> {
2222
[key: string]: any;
2323
install: PluginFunction<{}>;
24-
constructor (options: { defaultClient: ApolloClient<{}>, defaultOptions?: VueApolloOptions });
24+
constructor (options: { defaultClient: ApolloClient<{}>, defaultOptions?: VueApolloOptions, clients?: { [key: string]: ApolloClient<{}> } });
2525
static install(pVue: typeof Vue, options?:{} | undefined): void;
2626
}
2727

0 commit comments

Comments
 (0)