github-actions
released this
15 Jan 17:27
·
807 commits
to main
since this release
Minor Changes
- Warn when using an interface or union field in the graphCache resolvers config, by @JoviDeCroock (See #1304)
Patch Changes
⚠️ Fix edge-case where query results would pick up invalidated fields from mutation results as they're written to the cache. This would cause invalid cache misses although the result was expected to just be passed through from the API result, by @kitten (See #1300)⚠️ Fix a Relay Pagination edge case where overlapping ends of pages queried using thelast
argument would be in reverse order, by @JoviDeCroock (See #1311)