diff --git a/types/options.d.ts b/types/options.d.ts index 71e4537..5079738 100644 --- a/types/options.d.ts +++ b/types/options.d.ts @@ -48,6 +48,7 @@ export interface VueApolloMutationOptions extends MutationOptions { mutation: DocumentNode; variables?: VariableFn; optimisticResponse?: ((this: ApolloVueThisType) => any) | Object; + client?: String } export interface VueApolloSubscriptionOptions extends SubscriptionOptions {