Skip to content
Compare
Choose a tag to compare
@kitten kitten released this 13 Feb 15:45
1af30b8

Patch Changes

  • Update the updater function type of cache.updateQuery to have a return type of DataFields so that __typename does not need to be defined, by @JoviDeCroock (See #538)
  • ⚠️ Fix updates not being triggered when optimistic updates diverge from the actual result. (See #160)
  • Refactor away SchemaPredicates helper to reduce bundlesize. (See #161)
  • Ensure that pagination helpers don't confuse pages that have less params with a
    query that has more params. (See #156)
  • Updated dependencies (See #533, #519, #515, #512, and #518)