# apollo

Published articles for apollo.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Creating Query Components with Apollo

DevFeed: [Creating Query Components with Apollo](<https://devfeed.tech/articles/creating-query-components-with-apollo-27371.md>)

Original publisher: [Read original article](<http://engineering.khanacademy.org/posts/creating-query-components-with-apollo.htm>)

Author: Khan Academy

Published: 2017-06-12T22:00:00Z

Content type: tutorial

Language: en

Sources: [Khan Academy](<https://devfeed.tech/sources/khan-academy.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [React](<https://devfeed.tech/topics/react.md>), [React Component](<https://devfeed.tech/topics/react-component.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [apollo](<https://devfeed.tech/tags/apollo.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [examples](<https://devfeed.tech/tags/examples.md>), [flow](<https://devfeed.tech/tags/flow.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [news](<https://devfeed.tech/tags/news.md>), [react](<https://devfeed.tech/tags/react.md>), [react-component](<https://devfeed.tech/tags/react-component.md>), [web-frontend](<https://devfeed.tech/tags/web-frontend.md>)

### AI overview

This tutorial explains a Query Components pattern for React applications using Apollo and GraphQL. The pattern separates data definitions from presentational components, allowing the presentational layer to remain independent of Apollo and GraphQL. Examples cover filtering by postal code, loading and error states, empty results, and Flow types.

### Source excerpt

By Brian Genisio Here at Khan Academy, we've been using GraphQL in several projects with great success. GraphQL ... Read more

## Where Apollo MCP Server Stands on the OWASP MCP Top 10

DevFeed: [Where Apollo MCP Server Stands on the OWASP MCP Top 10](<https://devfeed.tech/articles/where-apollo-mcp-server-stands-on-the-owasp-mcp-top-10-23596.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/where-apollo-mcp-server-stands-on-the-owasp-mcp-top-10>)

Author: Camille Lawrence

Published: 2026-08-14T17:11:10Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [audit](<https://devfeed.tech/topics/audit.md>), [Shared Responsibility Model](<https://devfeed.tech/topics/shared-responsibility-model.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-mcp-server](<https://devfeed.tech/tags/apollo-mcp-server.md>), [audit](<https://devfeed.tech/tags/audit.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [hardening](<https://devfeed.tech/tags/hardening.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [rust](<https://devfeed.tech/tags/rust.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [shared-responsibility](<https://devfeed.tech/tags/shared-responsibility.md>)

### AI overview

This article evaluates Apollo MCP Server against all ten risks in the latest reviewed OWASP MCP Top 10 revision. It finds that the server's architecture directly closes one risk because typed GraphQL operations are parsed and type-checked without shell execution. The remaining risks require configuration, monitoring, and team-owned security decisions.

### Source excerpt

Architecture alone closes 1 of the ten risks in OWASP's MCP Top 10. See how Apollo MCP Server scores on the rest, and which configuration choices remain yours.

## Apollo Summit 2026: Turn Your API Platform Into Your AI Platform

DevFeed: [Apollo Summit 2026: Turn Your API Platform Into Your AI Platform](<https://devfeed.tech/articles/apollo-summit-2026-turn-your-api-platform-into-your-ai-platform-23223.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-summit-2026-turn-your-api-platform-into-your-ai-platform>)

Author: Eric Holzhauer

Published: 2026-08-04T12:00:00Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [GraphOS](<https://devfeed.tech/topics/graphos.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [API Platform](<https://devfeed.tech/topics/api-platform.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-platform](<https://devfeed.tech/tags/ai-platform.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [api-platform](<https://devfeed.tech/tags/api-platform.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [summit](<https://devfeed.tech/tags/summit.md>)

### AI overview

Apollo Summit 2026 will take place in San Francisco from October 6 to 8. The article previews sessions and workshops on using governed GraphQL graphs as an access and context layer for applications and AI agents, including case studies from Block, Brex, Coolblue, and Starbucks.

### Source excerpt

Turning an API platform into an AI platform starts with a governed graph. See real patterns from Block, Brex, and Starbucks at Apollo Summit 2026, Oct 6-8.

## Apollo GraphOS Schema Proposals adds diff navigation, conflict resolution, richer webhooks, and workflow improvements

DevFeed: [Apollo GraphOS Schema Proposals adds diff navigation, conflict resolution, richer webhooks, and workflow improvements](<https://devfeed.tech/articles/what-s-new-in-schema-proposals-23591.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/whats-new-in-schema-proposals>)

Author: Ana De Magalhães

Published: 2026-07-01T09:00:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphOS](<https://devfeed.tech/topics/graphos.md>), [API](<https://devfeed.tech/topics/api.md>), [consistency](<https://devfeed.tech/topics/consistency.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [api](<https://devfeed.tech/tags/api.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [consistency](<https://devfeed.tech/tags/consistency.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [notifications](<https://devfeed.tech/tags/notifications.md>), [schema](<https://devfeed.tech/tags/schema.md>), [slack](<https://devfeed.tech/tags/slack.md>), [webhooks](<https://devfeed.tech/tags/webhooks.md>)

### AI overview

Apollo GraphOS introduces improvements to Schema Proposals for drafting and reviewing graph schema changes. The release adds diff navigation, clearer revision and source-variant information, inline conflict handling, richer webhook notifications, API updates for coverage detection and automated pipelines, and consistency improvements.

### Source excerpt

Apollo GraphOS Schema Proposals adds diff navigation, inline conflict resolution, clearer revisions, enriched webhooks, and Slack notifications. Built for how platform teams ship schema changes.

## Apollo is Recognized in Gartner® Voice of the Customer

DevFeed: [Apollo is Recognized in Gartner® Voice of the Customer](<https://devfeed.tech/articles/apollo-is-recognized-in-gartner-voice-of-the-customer-23199.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-is-recognized-in-gartner-voice-of-the-customer>)

Author: Ilan Belehssen

Published: 2026-04-29T16:05:06Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [GraphOS](<https://devfeed.tech/topics/graphos.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [api-management](<https://devfeed.tech/tags/api-management.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-connectors](<https://devfeed.tech/tags/apollo-connectors.md>), [customers](<https://devfeed.tech/tags/customers.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [report](<https://devfeed.tech/tags/report.md>), [rest-apis](<https://devfeed.tech/tags/rest-apis.md>)

### AI overview

Apollo announces that it was recognized for the first time in the 2026 Gartner Peer Insights "Voice of the Customer" report for API Management. The article reports a 4.7 out of 5 rating from 55 verified enterprise reviewers, with 98% saying they would recommend Apollo as of January 31, 2026, and says Apollo was named a Strong Performer.

### Source excerpt

Apollo has been recognized in the 2026 Gartner Peer Insights "Voice of the Customer" for API Management for the first time

## Apollo Skills: Teaching AI Agents How to Use Apollo and GraphQL

DevFeed: [Apollo Skills: Teaching AI Agents How to Use Apollo and GraphQL](<https://devfeed.tech/articles/apollo-skills-teaching-ai-agents-how-to-use-apollo-and-graphql-23220.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-skills-teaching-ai-agents-how-to-use-apollo-and-graphql>)

Author: Dale Seo

Published: 2026-02-03T12:00:35Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [apollo-client](<https://devfeed.tech/topics/apollo-client.md>), [apollo-server](<https://devfeed.tech/topics/apollo-server.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [GitHub Copilot](<https://devfeed.tech/topics/github-copilot.md>), [Kiro](<https://devfeed.tech/topics/kiro.md>), [Structured-data](<https://devfeed.tech/topics/structured-data.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-client](<https://devfeed.tech/tags/apollo-client.md>), [apollo-mcp-server](<https://devfeed.tech/tags/apollo-mcp-server.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [copilot](<https://devfeed.tech/tags/copilot.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [schema-design](<https://devfeed.tech/tags/schema-design.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

Apollo describes Apollo Skills, an open-source artifact designed to give AI agents persistent guidance on Apollo and GraphQL practices. The article explains that agents often repeat outdated or suboptimal patterns and says the skills cover Apollo Client, Apollo Server, Connectors, schema design, and operations. The skills work with Claude Code, Cursor, and GitHub Copilot.

### Source excerpt

Apollo Skills teaches AI agents to write production-quality GraphQL. Covers Apollo Client, Apollo Server, Connectors, schema design, and operations. Install: npx skills add apollographql/skills. Works with Claude Code, Cursor, Copilot. Open source at github.com/apollographql/skills

## Securing Apollo Federation Subgraphs: Context and Best Practices

DevFeed: [Securing Apollo Federation Subgraphs: Context and Best Practices](<https://devfeed.tech/articles/securing-apollo-federation-subgraphs-context-and-best-practices-23512.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/securing-apollo-federation-subgraphs-context-and-best-practices>)

Author: David Walter

Published: 2026-01-14T15:12:21Z

Content type: tutorial

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Security](<https://devfeed.tech/topics/security.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>), [API](<https://devfeed.tech/topics/api.md>), [Network](<https://devfeed.tech/topics/network.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-federation](<https://devfeed.tech/tags/apollo-federation.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [backend](<https://devfeed.tech/tags/backend.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [network](<https://devfeed.tech/tags/network.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

This article explains how to secure Apollo Federation subgraphs by keeping them behind the router and enforcing network isolation, authentication, access control, demand control, and operation safelisting. It frames direct subgraph exposure as a deployment and trust-boundary issue rather than a vulnerability in Federation itself.

### Source excerpt

Learn how to secure Apollo Federation subgraphs by enforcing proper network boundaries, access control, and centralized governance through the router.

## How N-able Certified 1300% Growth with Apollo

DevFeed: [How N-able Certified 1300% Growth with Apollo](<https://devfeed.tech/articles/how-n-able-certified-1300-growth-with-apollo-23364.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/how-n-able-certified-1300-growth-with-apollo>)

Author: Valeria Gomez

Published: 2026-01-08T13:17:24Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API](<https://devfeed.tech/topics/api.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Scripting, bash](<https://devfeed.tech/topics/scripting-bash.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [automation](<https://devfeed.tech/tags/automation.md>), [contributors](<https://devfeed.tech/tags/contributors.md>), [events](<https://devfeed.tech/tags/events.md>), [governance](<https://devfeed.tech/tags/governance.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [powershell](<https://devfeed.tech/tags/powershell.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

This GraphQL Summit 2025 recap describes how N-able expanded Apollo GraphQL from a planned single subgraph to 14 subgraphs, with 85 contributors and 300 Apollo Studio users. It also explains how GraphQL unified fragmented APIs and reduced complex multi-call workflows.

### Source excerpt

A recap from GraphQL Summit 2025 on how N-able turned certification, automation, and governance into a system for scale. When N-able's platform team forecasted their first year of Apollo GraphQL adoption, the plan was conservative: one subgraph, ten engineers, and a year to get it right. What they didn't anticipate was the demand - developers loved it. Twelve months later, they were running 14 subgraphs, with 85 contributors and 300 Apollo Studio users.

## Apollo Strengthens Its San Francisco Presence for the Agentic Era

DevFeed: [Apollo Strengthens Its San Francisco Presence for the Agentic Era](<https://devfeed.tech/articles/apollo-strengthens-its-san-francisco-presence-for-the-agentic-era-23221.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-strengthens-its-san-francisco-presence-for-the-agentic-era>)

Author: Sandy Parlin

Published: 2025-12-02T09:36:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [company](<https://devfeed.tech/tags/company.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [innovation](<https://devfeed.tech/tags/innovation.md>), [office](<https://devfeed.tech/tags/office.md>), [remote](<https://devfeed.tech/tags/remote.md>), [remote-work](<https://devfeed.tech/tags/remote-work.md>), [team](<https://devfeed.tech/tags/team.md>)

### AI overview

Apollo GraphQL announces the opening of a new San Francisco headquarters at 201 California Street. The office is intended to support collaboration, customer meetings, and team connections, while Apollo says it will remain a distributed company and continue hiring.

### Source excerpt

Today, we're excited to share that Apollo GraphQL is opening its new San Francisco headquarters at 201 California Street, between Embarcadero and Jackson Square. Apollo has always had a presence in San Francisco, but this move represents a deliberate strengthening of that footprint to support our mission of helping developers build the world.

## How Delivery Hero Accelerates UX Experiments with Server-Driven UI and Apollo

DevFeed: [How Delivery Hero Accelerates UX Experiments with Server-Driven UI and Apollo](<https://devfeed.tech/articles/how-delivery-hero-accelerates-ux-experiments-with-server-driven-ui-and-apollo-23361.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/how-delivery-hero-accelerates-ux-experiments-with-server-driven-ui-and-apollo>)

Author: Valeria Gomez

Published: 2025-12-01T11:19:22Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [experiments](<https://devfeed.tech/topics/experiments.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [ui](<https://devfeed.tech/topics/ui.md>), [User experience (UX)](<https://devfeed.tech/topics/ux.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [apollo](<https://devfeed.tech/tags/apollo.md>), [backend](<https://devfeed.tech/tags/backend.md>), [backends](<https://devfeed.tech/tags/backends.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [events](<https://devfeed.tech/tags/events.md>), [experimentation](<https://devfeed.tech/tags/experimentation.md>), [experiments](<https://devfeed.tech/tags/experiments.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [layout](<https://devfeed.tech/tags/layout.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [mobile-apps](<https://devfeed.tech/tags/mobile-apps.md>), [ux](<https://devfeed.tech/tags/ux.md>)

### AI overview

Delivery Hero described at GraphQL Summit 2025 how a two-layer Apollo supergraph separated business logic from UI presentation. This approach replaced months of coordinated releases with about a week of configuration work and supported UX experimentation across brands, markets, and devices.

### Source excerpt

At GraphQL Summit 2025, Delivery Hero shared how a two-layer Apollo supergraph enabled faster iteration and better experiences across brands, markets, and devices.

## When Every Second Matters: How Athenahealth Protects Patients with Apollo GraphQL

DevFeed: [When Every Second Matters: How Athenahealth Protects Patients with Apollo GraphQL](<https://devfeed.tech/articles/when-every-second-matters-how-athenahealth-protects-patients-with-apollo-graphql-23594.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/when-every-second-matters-how-athenahealth-protects-patients-with-apollo-graphql>)

Author: Valeria Gomez

Published: 2025-11-17T11:55:43Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Software](<https://devfeed.tech/topics/software.md>), [systems](<https://devfeed.tech/topics/systems.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [events](<https://devfeed.tech/tags/events.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [healthcare](<https://devfeed.tech/tags/healthcare.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [legacy](<https://devfeed.tech/tags/legacy.md>), [modernization](<https://devfeed.tech/tags/modernization.md>), [react](<https://devfeed.tech/tags/react.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [subscriptions](<https://devfeed.tech/tags/subscriptions.md>)

### AI overview

The article describes how Athenahealth introduced Apollo GraphQL subscriptions to provide real-time updates in a clinical workflow while modernizing a legacy platform used by more than 20,000 medical practices. The team began with a limited ambulatory surgical center workflow to validate safety and value before expanding.

### Source excerpt

Insights shared live at GraphQL Summit 2025 from architect Colin Barringer on modernizing healthcare systems safely and at scale Clinical software is unforgiving. If the right screen does not update in time, a patient can be harmed. For Athenahealth, that wasn't theoretical: in one workflow, a nurse could record a latex allergy while a surgeon's view failed to refresh. Preventing that error became the spark for bringing in Apollo GraphQL.

## Mastering Cache Key Resolution in Apollo iOS with @typePolicy and @fieldPolicy

DevFeed: [Mastering Cache Key Resolution in Apollo iOS with @typePolicy and @fieldPolicy](<https://devfeed.tech/articles/mastering-cache-key-resolution-in-apollo-ios-with-typepolicy-and-fieldpolicy-23450.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/mastering-cache-key-resolution-in-apollo-ios-with-typepolicy-and-fieldpolicy>)

Author: Zach FettersMoore

Published: 2025-11-10T10:37:20Z

Content type: tutorial

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [Caching](<https://devfeed.tech/topics/caching.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>)

Tags: [apollo](<https://devfeed.tech/tags/apollo.md>), [cache](<https://devfeed.tech/tags/cache.md>), [caching](<https://devfeed.tech/tags/caching.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [policy](<https://devfeed.tech/tags/policy.md>), [schema](<https://devfeed.tech/tags/schema.md>), [server](<https://devfeed.tech/tags/server.md>)

### AI overview

This tutorial explains cache key resolution in Apollo iOS's normalized GraphQL cache. It describes how response-path keys can cause duplicate entries and how type policies and field policies can use stable identifiers to improve object storage and retrieval, potentially reducing network requests.

### Source excerpt

When working with Apollo iOS's normalized cache, one of the most critical decisions you'll make is how to identify and retrieve cached objects efficiently. The and directives provide a powerful declarative approach to cache key resolution, enabling your application to intelligently store and retrieve data while minimizing network requests and avoiding cache duplication. Overview: The Cache Key Resolution Problem Apollo iOS uses a normalized cache to store GraphQL responses.

## Apollo Client 4.0 Release Adds Smaller Bundles, Improved TypeScript Support, and Developer Experience

DevFeed: [Apollo Client 4.0 Release Adds Smaller Bundles, Improved TypeScript Support, and Developer Experience](<https://devfeed.tech/articles/apollo-client-4-0-a-leaner-and-cleaner-graphql-client-with-no-compromises-23131.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/announcing-apollo-client-4-0>)

Author: Jerel Miller

Published: 2025-09-03T08:00:11Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Core Web Vitals](<https://devfeed.tech/topics/core-web-vitals.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-client](<https://devfeed.tech/tags/apollo-client.md>), [core-web-vitals](<https://devfeed.tech/tags/core-web-vitals.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

Apollo Client 4.0 is a milestone release focused on smaller bundles, improved TypeScript support, and developer experience. It makes local state management and other features opt-in, targets modern browsers and Node.js 20+, and adds ESM and tree-shaking improvements.

### Source excerpt

We're thrilled to announce Apollo Client 4.0, a milestone release that delivers significant improvements in bundle size, TypeScript support, and developer experience. After extensive community feedback and months of iteration through release candidates, version 4.0 represents our most refined and performant Apollo Client yet. The JavaScript ecosystem has evolved dramatically since Apollo Client 3.0's release.

## How Indeed Used Parallel GraphQL Platforms to Address API Fragmentation

DevFeed: [How Indeed Used Parallel GraphQL Platforms to Address API Fragmentation](<https://devfeed.tech/articles/how-indeed-s-bold-bet-on-parallel-api-platforms-paid-off-23362.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/how-indeeds-bold-bet-on-parallel-api-platforms-paid-off>)

Author: Maylee Jacob

Published: 2025-09-02T08:21:00Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API](<https://devfeed.tech/topics/api.md>), [Development](<https://devfeed.tech/topics/development.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [development](<https://devfeed.tech/tags/development.md>), [events](<https://devfeed.tech/tags/events.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [parallel](<https://devfeed.tech/tags/parallel.md>), [platforms](<https://devfeed.tech/tags/platforms.md>)

### AI overview

This customer case study describes how Indeed addressed API fragmentation by running two competing GraphQL platform efforts in parallel. EmployerGraph used schema stitching, while Jobseeker Federator used Apollo Federation; the experiments were later unified into OneGraph.

### Source excerpt

This post is part of our GraphQL Summit 2024 customer series, highlighting how leading teams are using Apollo to accelerate development and build world-class applications. Join hundreds of your peers this October as we return for GraphQL Summit 2025. "Like all great software companies, we built it twice," Mike Cohen shared with the GraphQL Summit audience, pausing for laughter.

## Announcing the Apollo GraphOS Operator in Public Preview

DevFeed: [Announcing the Apollo GraphOS Operator in Public Preview](<https://devfeed.tech/articles/announcing-the-apollo-graphos-operator-in-public-preview-23144.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/announcing-the-apollo-graphos-operator-in-public-preview>)

Author: Josh Lambert

Published: 2025-08-05T06:00:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [API Platform](<https://devfeed.tech/topics/api-platform.md>), [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [GitOps](<https://devfeed.tech/topics/gitops.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [observability](<https://devfeed.tech/topics/observability.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [api](<https://devfeed.tech/tags/api.md>), [api-management](<https://devfeed.tech/tags/api-management.md>), [api-platform](<https://devfeed.tech/tags/api-platform.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [argo-cd](<https://devfeed.tech/tags/argo-cd.md>), [datadog](<https://devfeed.tech/tags/datadog.md>), [declarative](<https://devfeed.tech/tags/declarative.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [gitops](<https://devfeed.tech/tags/gitops.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [observability](<https://devfeed.tech/tags/observability.md>), [operator](<https://devfeed.tech/tags/operator.md>), [preview](<https://devfeed.tech/tags/preview.md>)

### AI overview

Apollo announced the Apollo GraphOS Operator in public preview. The Kubernetes operator is designed to help teams manage GraphQL deployments, including development environments, progressive production rollouts, rollbacks, monitoring, and declarative or GraphOS Studio-based management.

### Source excerpt

Simplifying GraphQL API Management on Kubernetes As GraphQL adoption accelerates within organizations, so too does the need for a scalable, reliable API platform that empowers your developers and accelerates innovation. Today, we're excited to introduce in public preview the Apollo GraphOS Operator: the best way to manage GraphQL deployments within Kubernetes.

## Announcing GraphQL Summit by Apollo 2025: Connect Everything. Build Anything.

DevFeed: [Announcing GraphQL Summit by Apollo 2025: Connect Everything. Build Anything.](<https://devfeed.tech/articles/announcing-graphql-summit-by-apollo-2025-connect-everything-build-anything-23138.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/announcing-graphql-summit-by-apollo-2025-connect-everything-build-anything>)

Author: Jennifer Hewlette

Published: 2025-07-16T13:11:06Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API](<https://devfeed.tech/topics/api.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [building](<https://devfeed.tech/tags/building.md>), [event](<https://devfeed.tech/tags/event.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [mobile-apps](<https://devfeed.tech/tags/mobile-apps.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [platforms](<https://devfeed.tech/tags/platforms.md>), [summit](<https://devfeed.tech/tags/summit.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Apollo announces GraphQL Summit 2025, scheduled for October 6-8 in San Francisco, with more than 30 sessions on GraphQL, API orchestration, AI agents, MCP services, and modern API platforms.

### Source excerpt

The world's largest and longest-running GraphQL event returns to San Francisco with 30+ sessions on building agents, MCP services, and modern API platforms Whether you're building mobile apps, web experiences, or preparing for an agentic future, the challenge is the same: orchestrating your organization's APIs is far more complex than it appears. And that's why leading organizations are turning to GraphQL as their API orchestration layer.

## Using API orchestration and GraphOS to simplify complex web application data access

DevFeed: [Using API orchestration and GraphOS to simplify complex web application data access](<https://devfeed.tech/articles/stop-passing-the-hot-potato-leveraging-api-orchestration-to-drive-developer-efficiency-23524.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/stop-passing-the-hot-potato-leveraging-api-orchestration-to-drive-developer-efficiency>)

Author: Robert Walters

Published: 2025-05-09T19:19:58Z

Content type: opinion

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [GraphOS](<https://devfeed.tech/topics/graphos.md>), [backends](<https://devfeed.tech/topics/backends.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [data](<https://devfeed.tech/tags/data.md>), [developer](<https://devfeed.tech/tags/developer.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [schema](<https://devfeed.tech/tags/schema.md>), [server](<https://devfeed.tech/tags/server.md>)

### AI overview

This article explains how complex web applications can orchestrate data from multiple APIs, transform responses, and manage authentication and authorization. It presents Apollo's GraphOS, GraphQL, and Apollo Router as an approach for abstracting underlying data sources and letting clients request the data they need declaratively.

### Source excerpt

Consider the application architecture of an online pet supply store. There might be a product catalog that would need to pull data from multiple services, including inventory, reviews, and prices. A user profile would require APIs to access user information such as demographics, loyalty program information, and previous orders. With all these APIs, it's easy to see how API responses must be orchestrated. For instance, let's take a look at processing an order.

## How Booking.com Orchestrated Their Service Architecture with Apollo Federation

DevFeed: [How Booking.com Orchestrated Their Service Architecture with Apollo Federation](<https://devfeed.tech/articles/how-booking-com-orchestrated-their-service-architecture-with-apollo-federation-23360.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/how-booking-com-orchestrated-their-service-architecture-with-apollo-federation>)

Author: Maylee Jacob

Published: 2025-05-07T13:45:42Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API](<https://devfeed.tech/topics/api.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-federation](<https://devfeed.tech/tags/apollo-federation.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [booking](<https://devfeed.tech/tags/booking.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [events](<https://devfeed.tech/tags/events.md>), [experiments](<https://devfeed.tech/tags/experiments.md>), [governance](<https://devfeed.tech/tags/governance.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [performance](<https://devfeed.tech/tags/performance.md>), [schema](<https://devfeed.tech/tags/schema.md>), [services](<https://devfeed.tech/tags/services.md>), [travel](<https://devfeed.tech/tags/travel.md>), [travel-industry](<https://devfeed.tech/tags/travel-industry.md>)

### AI overview

This customer case study describes how Booking.com used Apollo Federation and GraphQL to move from a centralized API orchestration layer toward a distributed, federated service architecture. The supplied text reports that the earlier approach created performance, development, maintenance, and domain-specific optimization challenges, but the article text is incomplete.

### Source excerpt

This post is part of our GraphQL Summit 2024 customer series, highlighting how leading teams are using Apollo to accelerate development and build world-class applications. Join hundreds of your peers this October as we return for GraphQL Summit 2025. Booking.com, a leader in the online travel industry, has significantly advanced its digital infrastructure by integrating Apollo Federation into its service architecture.

## How PlayStation Optimized Performance and Revenue for Their Digital Store with GraphQL Federation

DevFeed: [How PlayStation Optimized Performance and Revenue for Their Digital Store with GraphQL Federation](<https://devfeed.tech/articles/how-playstation-optimized-performance-and-revenue-for-their-digital-store-with-graphql-federation-23365.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/how-playstation-optimized-performance-and-revenue-for-their-digital-store-with-graphql-federation>)

Author: Valeria Gomez

Published: 2025-05-05T21:09:22Z

Content type: article

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API](<https://devfeed.tech/topics/api.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [backends](<https://devfeed.tech/topics/backends.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [backend](<https://devfeed.tech/tags/backend.md>), [events](<https://devfeed.tech/tags/events.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [performance](<https://devfeed.tech/tags/performance.md>)

### AI overview

This customer article describes how PlayStation used GraphQL federation with Apollo to create a unified data layer and centralize API orchestration for its digital store across multiple platforms. It reports that the approach addressed duplicated orchestration logic, inconsistent experiences, and business bottlenecks in the previous REST-based architecture.

### Source excerpt

This post is part of our GraphQL Summit 2024 customer series, highlighting how leading teams are using Apollo to accelerate development and build world-class applications. Join hundreds of your peers this October as we return for GraphQL Summit 2025. PlayStation, a leader in the gaming industry, has transformed its digital store experience by integrating GraphQL into its architecture.

## @apollo/client-integration-nextjs Officially Released

DevFeed: [@apollo/client-integration-nextjs Officially Released](<https://devfeed.tech/articles/apollo-client-integration-nextjs-officially-released-23174.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-client-integration-nextjs-officially-released>)

Author: Lenz Weber-Tronic

Published: 2025-04-07T11:26:16Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [apollo-client](<https://devfeed.tech/topics/apollo-client.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [React](<https://devfeed.tech/topics/react.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [React Router](<https://devfeed.tech/topics/react-router.md>)

Tags: [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-client](<https://devfeed.tech/tags/apollo-client.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [nextjs](<https://devfeed.tech/tags/nextjs.md>), [react](<https://devfeed.tech/tags/react.md>), [react-router](<https://devfeed.tech/tags/react-router.md>), [release](<https://devfeed.tech/tags/release.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [streaming](<https://devfeed.tech/tags/streaming.md>)

### AI overview

Apollo Client's Next.js integration has been released as a stable package after testing and community feedback. The release includes a renamed package, multipart response support, query preloading in RSC, cache rehydration, and compatibility with streaming SSR.

### Source excerpt

Exciting News: Officially Released! After almost two years of testing, gathering user feedback, and refining our approach, we're thrilled to announce that has been released as a stable package with the new name . This milestone marks a significant achievement for the Apollo Client community 🎉 A Brief History of Apollo Client + Next.js When we first started working on this integration, we were concerned about potential race conditions during hydration with how Next.js works.

## Using feature flags in GraphQL

DevFeed: [Using feature flags in GraphQL](<https://devfeed.tech/articles/using-feature-flags-in-graphql-25672.md>)

Original publisher: [Read original article](<https://adambennett.dev/2024/09/using-feature-flags-in-graphql/>)

Published: 2024-09-10T19:42:33Z

Content type: tutorial

Language: en

Sources: [Posts on Adam Bennett](<https://devfeed.tech/sources/posts-on-adam-bennett.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [feature flags](<https://devfeed.tech/topics/feature-flags.md>)

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [android](<https://devfeed.tech/tags/android.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [blog](<https://devfeed.tech/tags/blog.md>), [career](<https://devfeed.tech/tags/career.md>), [compose](<https://devfeed.tech/tags/compose.md>), [development](<https://devfeed.tech/tags/development.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [feature-flags](<https://devfeed.tech/tags/feature-flags.md>), [finance](<https://devfeed.tech/tags/finance.md>), [functional](<https://devfeed.tech/tags/functional.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [growth](<https://devfeed.tech/tags/growth.md>), [java](<https://devfeed.tech/tags/java.md>), [jetpack](<https://devfeed.tech/tags/jetpack.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [money](<https://devfeed.tech/tags/money.md>), [opinions](<https://devfeed.tech/tags/opinions.md>), [software](<https://devfeed.tech/tags/software.md>), [startups](<https://devfeed.tech/tags/startups.md>), [thoughts](<https://devfeed.tech/tags/thoughts.md>), [training](<https://devfeed.tech/tags/training.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

This tutorial explains how GraphQL directives can conditionally include fields in queries. It shows how passing a feature flag to a directive, including with Apollo, can prevent risky new fields from triggering backend requests and causing an entire query to fail.

### Source excerpt

I've been using GraphQL in some form or another for a couple of years now, and I have... opinions about it. Opinions notwithstanding, it's a supremely flexible and powerful tool, and I just want to highlight something here that it seems quite a few people don't know about. That something is Directives, which is a way of optionally including fields. But why is this useful?

## Gradle brainteasers 2/2: relocatable input files

DevFeed: [Gradle brainteasers 2/2: relocatable input files](<https://devfeed.tech/articles/gradle-brainteasers-2-2-relocatable-input-files-25431.md>)

Original publisher: [Read original article](<https://blog.mbonnin.net/gradle-brainteasers-22-relocatable-input-files>)

Author: Martin Bonnin

Published: 2024-07-17T08:41:15Z

Content type: tutorial

Language: en

Sources: [Martin Bonnin's blog](<https://devfeed.tech/sources/martin-bonnin-s-blog.md>)

Topics: [Gradle](<https://devfeed.tech/topics/gradle.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [build-tool](<https://devfeed.tech/tags/build-tool.md>), [cache](<https://devfeed.tech/tags/cache.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [gradle-plugin](<https://devfeed.tech/tags/gradle-plugin.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [plugin](<https://devfeed.tech/tags/plugin.md>)

### AI overview

This tutorial explains how the Apollo Gradle Plugin models GraphQL input files so generated Kotlin package names remain correct without breaking Gradle build cache relocation. It recommends using FileCollection and related APIs to preserve each file's relative path and other input information.

### Source excerpt

This is a follow up to this other post about having fun with the Gradle APIs. In this post, I'm talking about how I spent a shameful amount of time understanding how Gradle handles input files. The problem The Apollo Gradle Plugin is generating Kotli...

## Apollo GraphQL Welcomes Jennifer Hewlette as Chief Marketing Officer

DevFeed: [Apollo GraphQL Welcomes Jennifer Hewlette as Chief Marketing Officer](<https://devfeed.tech/articles/embracing-the-future-and-welcoming-our-new-cmo-23283.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/embracing-the-future-and-welcoming-our-new-cmo>)

Author: Geoff Schmidt

Published: 2024-06-12T09:03:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API Platform](<https://devfeed.tech/topics/api-platform.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [api-platform](<https://devfeed.tech/tags/api-platform.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>)

### AI overview

Apollo GraphQL announces Jennifer Hewlette as its new Chief Marketing Officer and discusses GraphOS, GraphQL federation, and the role of APIs in AI-driven application development.

### Source excerpt

We are experiencing a transformative period in application development, driven by the rise of AI across industries. This shift has made the API layer crucial for delivering innovative and personalized applications. At Apollo GraphQL, we aim to equip API platform teams with the tools they need to leverage GraphQL and GraphQL federation, helping them stay ahead in this AI-driven world.

## Apollo GraphQL Announces the Next GraphQL Summit Amid Rapid GraphQL Enterprise Adoption

DevFeed: [Apollo GraphQL Announces the Next GraphQL Summit Amid Rapid GraphQL Enterprise Adoption](<https://devfeed.tech/articles/apollo-graphql-announces-the-next-graphql-summit-amid-rapid-graphql-enterprise-adoption-23190.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-graphql-announces-the-next-graphql-summit-amid-rapid-graphql-enterprise-adoption>)

Author: Jennifer Tyrseck

Published: 2024-04-09T05:58:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API Platform](<https://devfeed.tech/topics/api-platform.md>), [QCon San Francisco 2025](<https://devfeed.tech/topics/qcon-san-francisco-2025.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [api-platform](<https://devfeed.tech/tags/api-platform.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [coinbase](<https://devfeed.tech/tags/coinbase.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [governance](<https://devfeed.tech/tags/governance.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [netflix](<https://devfeed.tech/tags/netflix.md>), [next](<https://devfeed.tech/tags/next.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [report](<https://devfeed.tech/tags/report.md>), [security](<https://devfeed.tech/tags/security.md>), [summit](<https://devfeed.tech/tags/summit.md>), [technical](<https://devfeed.tech/tags/technical.md>), [technology](<https://devfeed.tech/tags/technology.md>), [use-cases](<https://devfeed.tech/tags/use-cases.md>)

### AI overview

Apollo GraphQL announces the seventh annual GraphQL Summit, scheduled for October 8-10, 2024, in New York City. The event will cover GraphQL federation, enterprise adoption, security, governance, API platform engineering, and real-world use cases.

### Source excerpt

Industry Leaders to Showcase Tangible Business Impact of GraphQL Federation In the wake of a recent report by Gartner®, Apollo GraphQL, the creator of GraphQL federation, is announcing the 7th annual GraphQL Summit, scheduled for October 8-10, 2024, in New York City. This premier three-day event gathers the largest assembly of GraphQL enthusiasts and API platform teams.

[Next page](<https://devfeed.tech/tags/apollo.md?cursor=WyIyMDI0LTA0LTA5VDA1OjU4OjAwKzAwOjAwIiwgIjgwMDVjZjI0LWY5ZWQtNDJjYy1hYjdmLTlmMDg5ZDM3NTJlZCJd>)