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

Commit

Permalink
fix: CacheHelpers: make update query optional
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored and StephenCoady committed Jul 22, 2019
1 parent c8ddbb1 commit d322b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/offix-cache/src/cache/mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface MutationHelperOptions<T = {
/**
* Query or many queries we want to update
*/
updateQuery: CacheUpdatesQuery | CacheUpdatesQuery[];
updateQuery?: CacheUpdatesQuery | CacheUpdatesQuery[];
/**
* Defines operation type used to make appropriate changes in cache
*
Expand Down

0 comments on commit d322b46

Please sign in to comment.