fix(types): add client to mutation options (#644)
This commit is contained in:
committed by
Guillaume Chau
parent
9419ffd03d
commit
db95e91f07
Vendored
+1
@@ -48,6 +48,7 @@ export interface VueApolloMutationOptions<V, R> extends MutationOptions<R> {
|
||||
mutation: DocumentNode;
|
||||
variables?: VariableFn<V>;
|
||||
optimisticResponse?: ((this: ApolloVueThisType<V>) => any) | Object;
|
||||
client?: String
|
||||
}
|
||||
|
||||
export interface VueApolloSubscriptionOptions<V, R> extends SubscriptionOptions {
|
||||
|
||||
Reference in New Issue
Block a user