Skip to content

Commit b5b546c

Browse files
lanthalerAkryum
authored andcommitted
fix(ts): VueApolloSubscriptionOptions typing (#499)
1 parent e0806c5 commit b5b546c

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
@@ -53,6 +53,7 @@ export interface VueApolloMutationOptions<V, R> extends MutationOptions<R> {
5353
export interface VueApolloSubscriptionOptions<V, R> extends SubscriptionOptions {
5454
query: DocumentNode;
5555
variables?: VariableFn<V>;
56+
skip?: (this: ApolloVueThisType<V>) => boolean | boolean;
5657
result?: (this: V, data: R) => void;
5758
}
5859

0 commit comments

Comments
 (0)