release-1739555067756
📦 graphql-yogaView on GitHub →
🐛 1 fixes
Summary
Patch release 3.13.1 updates the response cache plugin to generate a distinct cache key for each operation in a batched GraphQL request.
🐛 Bug Fixes
- Provide cache key per operation in a batched request instead of using a single cache key for the entire request, fixing the issue where all operations in a batch shared the same cache key.