Rover is Apollo's CLI for managing GraphQL schemas, running checks, and working with the GraphOS registry. It is the primary tool most teams use to integrate graph operations into their development workflows and CI/CD pipelines.
Apollo GraphQL
npx @buildinternet/releases get apollo-graphqlIf you run GraphOS Router or Apollo Gateway behind a corporate proxy or firewall, you may need to configure outbound network access to Apollo's domain names…
Cache writes faster; relay multipart subscriptions no longer fail on serialization error
↗This release1 enhancementImprovements to existing features1 fixBug fixesAI-tallied from the release notesCache 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.
Patch Changes
Schema proposals are how teams running Apollo GraphOS coordinate changes to their graph: a place to draft a schema change, talk about it, review it, and ship it with confidence. As more teams have…