Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit ef7ec4d

Browse files
committed
feat: export mutation update from apollo
1 parent f8e4d27 commit ef7ec4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/offix-cache/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ export * from "./createOptimisticResponse";
55
export * from "./createSubscriptionOptions";
66
export * from "./api/CacheUpdates";
77
export * from "./api/CacheOperation";
8+
9+
export { MutationUpdaterFn } from "apollo-client";

0 commit comments

Comments
 (0)