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 the
last
argument would be in reverse order, by @JoviDeCroock (See #1311)