September 2025 Summaries
3 posts from Apollo
Filter
Month:
Year:
Post Summaries
Back to Blog
The blog post discusses how Apollo MCP Server's new features, semantic schema search and tool output minification, enhance the efficiency of AI models working with large GraphQL schemas by reducing context window usage. Traditional schema introspection can quickly consume the limited context space available to AI models, impacting their ability to process user requests efficiently. The semantic schema search allows AI agents to pinpoint necessary types and relationships without sequentially introspecting the entire schema, while minification compresses schema data into a more compact format. This results in significant reductions in token usage and tool calls, which enhances the performance and cost-effectiveness of AI applications. By optimizing these processes, Apollo MCP Server enables AI agents to focus more on reasoning and delivering accurate results, rather than getting bogged down by the complexity of schema documentation.
Sep 17, 2025
1,975 words in the original blog post.
Apollo Client 4.0 marks a significant advancement in GraphQL client technology, focusing on reducing bundle sizes, enhancing TypeScript support, and improving the overall developer experience. This version addresses community feedback by introducing an opt-in architecture for features like local state management, resulting in a 20-30% reduction in bundle size for many applications, and it modernizes build targets to support current JavaScript standards. Improvements in TypeScript include making types more discoverable and enforcing required variables, alongside a new dataState property that streamlines data status checks. Error handling has been refined with specific error classes, and the transition from zen-observable to RxJS enhances functionality with a broad ecosystem of operators. Apollo Client 4.0 also emphasizes compatibility with modern build tools and frameworks, offering a smoother migration path with comprehensive codemod tooling, ensuring an easier upgrade process for developers. This release is seen as a foundation for future developments in UI frameworks, thanks to its framework-agnostic core and cleaner TypeScript architecture.
Sep 03, 2025
1,245 words in the original blog post.
Indeed's innovative approach to API management involved running two competing GraphQL platforms, EmployerGraph and Jobseeker Federator, to determine the most effective strategy for their needs, ultimately leading to the unified OneGraph platform. This strategic decision arose from a need to address the chaos of inconsistent APIs that impeded development and integration efforts, resulting in slowed engineering velocity and business growth challenges. By experimenting with two parallel platforms, Indeed gained valuable insights into the benefits of decentralized ownership and scalability, eventually choosing Jobseeker Federator for its superior performance and flexibility, migrating all APIs to Apollo Federation. The successful migration enabled Indeed to handle 100 billion requests per month, integrate third-party services like Glassdoor, and launch new initiatives such as Indeed PLUS in Japan. Despite the success, the rapid scaling introduced new challenges, prompting refinements in governance, domain model alignment, and graph organization to better serve specific user needs and maintain quality. Indeed's journey underscores the importance of experimentation and data-driven decision-making in API strategy, demonstrating that exploring multiple approaches can lead to a robust and scalable solution.
Sep 02, 2025
1,134 words in the original blog post.