releases.shpreview
Apollo GraphQL

Apollo GraphQL

apollographql.comDeveloper Tools
$npx @buildinternet/releases get apollo-graphql

Cache writes faster; relay multipart subscriptions no longer fail on serialization error

This release1 enhancementImprovements to existing features1 fixBug fixesAI-tallied from the release notes
Apollo Client · @apollo/client@4.2.6

Cache writes are now faster by avoiding a full AST visit to detect @stream directives—the check now runs only when the result carries stream info and inspects only the field node's own directives. Fields containing @stream on nested fields are no longer treated as streamed and now overwrite existing lists like regular fields instead of merging chunk-wise. Also fixed relay multipart subscriptions from issuing a fetch request after request body serialization fails.

Read more →