Skip to content

Commit db95e91

Browse files
Kyle RoseAkryum
authored andcommitted
fix(types): add client to mutation options (#644)
1 parent 9419ffd commit db95e91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/options.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export interface VueApolloMutationOptions<V, R> extends MutationOptions<R> {
4848
mutation: DocumentNode;
4949
variables?: VariableFn<V>;
5050
optimisticResponse?: ((this: ApolloVueThisType<V>) => any) | Object;
51+
client?: String
5152
}
5253

5354
export interface VueApolloSubscriptionOptions<V, R> extends SubscriptionOptions {

0 commit comments

Comments
 (0)