Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 15:36
· 824 commits to main since this release
cf038f9

Patch Changes

  • Update cache.resolve(parent, ...) case to enable even more cases, for instance where parent.__typename isn't set yet. This was intended to be enabled in the previous patch but has been forgotten, by @kitten (See #1219)
  • Deprecate cache.resolveFieldByKey in favour of cache.resolve, which functionally was already able to do the same, by @kitten (See #1219)
  • Updated dependencies (See #1225)