# graphql-federation

Published articles for graphql-federation.

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

## 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.

## REST API Orchestration With GraphQL

DevFeed: [REST API Orchestration With GraphQL](<https://devfeed.tech/articles/rest-api-orchestration-with-graphql-23153.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/api-orchestration-with-graphql>)

Author: Matt DeBergalis

Published: 2025-02-19T08:45:00Z

Content type: release

Language: en

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

Topics: [API](<https://devfeed.tech/topics/api.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Microservice](<https://devfeed.tech/topics/microservice.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [api](<https://devfeed.tech/tags/api.md>), [apollo-connectors](<https://devfeed.tech/tags/apollo-connectors.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [backends](<https://devfeed.tech/tags/backends.md>), [declarative](<https://devfeed.tech/tags/declarative.md>), [error-handling](<https://devfeed.tech/tags/error-handling.md>), [graph](<https://devfeed.tech/tags/graph.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>), [rest](<https://devfeed.tech/tags/rest.md>), [rest-apis](<https://devfeed.tech/tags/rest-apis.md>), [router](<https://devfeed.tech/tags/router.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [teams](<https://devfeed.tech/tags/teams.md>)

### AI overview

Apollo announces Apollo Connectors, a declarative, graph-based technology for orchestrating REST API calls. The article explains how API calls can be chained, parallelized, transformed, and handled for errors, timeouts, authentication, and authorization.

### Source excerpt

Today we are releasing Apollo Connectors, a major update that brings our declarative, graph-based orchestration technology to teams using REST APIs. Modern applications integrate dozens or even hundreds of different APIs. The task is significant. These APIs must be called in a precise manner and sequence. API calls need to be chained together, feeding the output of one into the next. In some cases, it's desirable to parallelize them for better performance.

## GraphOS Summer 2024 Launch Recap

DevFeed: [GraphOS Summer 2024 Launch Recap](<https://devfeed.tech/articles/graphos-summer-2024-launch-recap-23323.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/graphos-summer-2024-launch-recap>)

Author: Andrew I. Carlson

Published: 2024-06-17T09: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>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API Platform](<https://devfeed.tech/topics/api-platform.md>), [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [batching](<https://devfeed.tech/tags/batching.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [launch](<https://devfeed.tech/tags/launch.md>), [operational-excellence](<https://devfeed.tech/tags/operational-excellence.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [recap](<https://devfeed.tech/tags/recap.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>)

### AI overview

Apollo's GraphOS Summer 2024 launch introduced capabilities aimed at improving the performance and operational excellence of GraphQL platforms. The article highlights GraphQL federation, supergraph operations, query batching, and telemetry and insights.

### Source excerpt

On, June 12, 2024, we hosted our GraphOS summer launch event, where we announced new features designed to improve the performance and operational excellence of GraphQL platforms. These new capabilities improve how API platform teams implement and optimize GraphQL federation, providing faster baseline performance and greater control over API request execution in a supergraph.

## Apollo GraphQL Announces Major GraphOS Update, Enhancing Observability and Performance for Enterprise-Scale GraphQL Federation

DevFeed: [Apollo GraphQL Announces Major GraphOS Update, Enhancing Observability and Performance for Enterprise-Scale GraphQL Federation](<https://devfeed.tech/articles/apollo-graphql-announces-major-graphos-update-enhancing-observability-and-performance-for-enterprise-scale-graphql-federation-23189.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-graphql-announces-major-graphos-update-enhancing-observability-and-performance-for-enterprise-scale-graphql-federation>)

Author: Jennifer Tyrseck

Published: 2024-06-12T08:55:00Z

Content type: release

Language: en

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

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [observability](<https://devfeed.tech/topics/observability.md>), [API](<https://devfeed.tech/topics/api.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [API Governance](<https://devfeed.tech/topics/api-governance.md>), [Caching](<https://devfeed.tech/topics/caching.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [api-management](<https://devfeed.tech/tags/api-management.md>), [caching](<https://devfeed.tech/tags/caching.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [observability](<https://devfeed.tech/tags/observability.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>)

### AI overview

Apollo GraphQL announced the general availability of new Apollo GraphOS features for GraphQL federation, including caching, native cost calculation and limiting, and telemetry capabilities. The release is presented as improving observability, usability, governance, and performance for API platform teams operating federated graphs.

### Source excerpt

Caching, Native Cost Calculation and Limiting, and Telemetry Capabilities Revolutionize API Management and Streamline Building Cross-Platform Digital Application Experiences Today at PlatformCon, Apollo GraphQL, the creator of GraphQL federation, announced new features in Apollo GraphOS are now generally available to better leverage GraphQL's developer productivity and performance benefits at any scale.

## Join Us at API Days in New York City, April 30 & May 1, 2024

DevFeed: [Join Us at API Days in New York City, April 30 & May 1, 2024](<https://devfeed.tech/articles/join-us-at-api-days-in-new-york-city-april-30-may-1-2024-23433.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/join-us-at-api-days-in-new-york-city-april-30-may-1-2024>)

Author: Dan Boerner

Published: 2024-04-11T16:28:38Z

Content type: article

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>), [API Governance](<https://devfeed.tech/topics/api-governance.md>), [Netflix](<https://devfeed.tech/topics/netflix.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [api](<https://devfeed.tech/tags/api.md>), [api-governance](<https://devfeed.tech/tags/api-governance.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [build](<https://devfeed.tech/tags/build.md>), [community](<https://devfeed.tech/tags/community.md>), [developers](<https://devfeed.tech/tags/developers.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [leadership](<https://devfeed.tech/tags/leadership.md>), [netflix](<https://devfeed.tech/tags/netflix.md>), [network](<https://devfeed.tech/tags/network.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platforms](<https://devfeed.tech/tags/platforms.md>), [product](<https://devfeed.tech/tags/product.md>), [services](<https://devfeed.tech/tags/services.md>), [software-engineer](<https://devfeed.tech/tags/software-engineer.md>)

### AI overview

Apollo announces its participation in API Days NY on April 30 and May 1, 2024. The article outlines sessions on federated GraphQL, API composition, GraphQL performance, API governance, and building distributed API platforms, along with a workshop, meetup, and Apollo booth presence.

### Source excerpt

API Days NY is a must-attend for those looking to network with API leaders and learn how top enterprises are leveraging federated GraphQL in their API platforms. As you can see from the agenda highlights below, it will be an exciting two day event. - Our founder and CTO, Matt DeBergalis, will share his keynote "The Year Ahead for GraphQL Federation: Uniting APIs for the AI Era" - API leaders from Netflix, Wayfair and Apollo will present sessions on optimizing performance, creating effective...

## Announcing GraphQL Summit 2024 in New York City

DevFeed: [Announcing GraphQL Summit 2024 in New York City](<https://devfeed.tech/articles/announcing-graphql-summit-2024-in-new-york-city-23137.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/announcing-graphql-summit-2024-in-new-york-city>)

Author: Michelle Greer

Published: 2024-04-09T05:30: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>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [api](<https://devfeed.tech/tags/api.md>), [api-platform-teams](<https://devfeed.tech/tags/api-platform-teams.md>), [architectures](<https://devfeed.tech/tags/architectures.md>), [conference](<https://devfeed.tech/tags/conference.md>), [event](<https://devfeed.tech/tags/event.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [summit](<https://devfeed.tech/tags/summit.md>), [workshops](<https://devfeed.tech/tags/workshops.md>)

### AI overview

Apollo announces GraphQL Summit 2024, taking place October 8-10 in New York City. The event will cover GraphQL federation, API platform management, architecture, client development, workshops, networking, and an AI-focused track.

### Source excerpt

At last year's GraphQL Summit, we learned why Netflix placed a "big bet" on GraphQL federation. We heard about Intuit's measured rollout of Apollo Router. And we learned how federated subscriptions enable client teams to deliver real-time updates to their apps - no matter where that data is stored. This year's GraphQL Summit is in New York City, and we expect an even better event this year.

## Learn GraphQL & Federation with .NET, Java, or TypeScript

DevFeed: [Learn GraphQL & Federation with .NET, Java, or TypeScript](<https://devfeed.tech/articles/learn-graphql-federation-with-net-java-or-typescript-23440.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/learn-graphql-federation-with-net-java-or-typescript>)

Author: Michelle Mabuyo

Published: 2024-04-02T09:00:00Z

Content type: tutorial

Language: en

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

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Java](<https://devfeed.tech/topics/java.md>), [.NET](<https://devfeed.tech/topics/net.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>)

Tags: [apollo-federation](<https://devfeed.tech/tags/apollo-federation.md>), [backend](<https://devfeed.tech/tags/backend.md>), [beginner](<https://devfeed.tech/tags/beginner.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [java](<https://devfeed.tech/tags/java.md>), [learn](<https://devfeed.tech/tags/learn.md>), [net](<https://devfeed.tech/tags/net.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

Apollo's Odyssey learning platform offers beginner courses on GraphQL and Apollo Federation for .NET, Java, and TypeScript developers. The courses cover GraphQL fundamentals, REST API data sources, federated schemas, supergraph architecture, schema delivery, and local development with Rover CLI.

### Source excerpt

Introduction GraphQL streamlines data flow between clients and services, acting as the composition layer in the middle. As businesses strive for scalable and maintainable solutions as their services grow, a federated GraphQL API is becoming the go-to architecture to meet these evolving demands. If you're searching for helpful beginner resources to dive into GraphQL and Apollo Federation, we've got you.

## Visualizing federated GraphQL APIs with GraphOS Studio

DevFeed: [Visualizing federated GraphQL APIs with GraphOS Studio](<https://devfeed.tech/articles/visualizing-federated-graphql-apis-with-graphos-studio-23568.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/visualizing-federated-graphql-apis-with-graphos-studio>)

Author: Vivek Ravishankar

Published: 2024-03-26T12:20:22Z

Content type: release

Language: en

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

Topics: [GraphOS](<https://devfeed.tech/topics/graphos.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Microservices](<https://devfeed.tech/topics/microservices.md>), [backends](<https://devfeed.tech/topics/backends.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [release](<https://devfeed.tech/tags/release.md>), [schema](<https://devfeed.tech/tags/schema.md>), [visualization](<https://devfeed.tech/tags/visualization.md>)

### AI overview

Apollo announces native schema visualization in Apollo GraphOS Studio for federated GraphQL APIs. The feature lets developers and teams explore types, fields, and connections in a graph without running it locally, enabling introspection, or using a separate visualization tool. It also supports subgraph filtering, entity highlighting, shareable views, and an always-up-to-date graph visualization.

### Source excerpt

GraphQL's secret sauce is its ability to act as an abstraction layer for service-oriented backends, translating a sea of microservices into a more human-friendly representation of an organization's data and capabilities. However, as a graph inevitably expands across more and more of the backend, it becomes increasingly difficult for the platform and backend teams that own it to fully understand its structure.

## Apollo GraphQL to join Cloud Native Computing Foundation Membership as Silver Sponsor

DevFeed: [Apollo GraphQL to join Cloud Native Computing Foundation Membership as Silver Sponsor](<https://devfeed.tech/articles/apollo-graphql-to-join-cloud-native-computing-foundation-membership-as-silver-sponsor-23193.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-graphql-to-join-cloud-native-computing-foundation-membership-as-silver-sponsor>)

Author: Jennifer Tyrseck

Published: 2024-03-19T09: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>), [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [Cloud Native Ecosystem](<https://devfeed.tech/topics/cloud-native-ecosystem.md>), [API](<https://devfeed.tech/topics/api.md>), [GraphOS](<https://devfeed.tech/topics/graphos.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>), [cncf](<https://devfeed.tech/tags/cncf.md>), [developer-velocity](<https://devfeed.tech/tags/developer-velocity.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [schema](<https://devfeed.tech/tags/schema.md>)

### AI overview

Apollo GraphQL announced that it is joining the Cloud Native Computing Foundation as a Silver member. The release connects this membership with Apollo's GraphQL-based platform engineering approach, including Apollo GraphOS, supergraphs, and schema change workflows.

### Source excerpt

Apollo GraphQL, the creator of GraphQL Federation, today announced its membership with the Cloud Native Computing Foundation (CNCF) as a Silver member. This strategic alliance reinforces Apollo GraphQL's commitment to fostering innovation, enhancing API efficiency, and promoting the importance of GraphQL in platform engineering.

## GraphQL features for API development and platform engineering

DevFeed: [GraphQL features for API development and platform engineering](<https://devfeed.tech/articles/graphql-is-the-future-for-apis-23331.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/graphql-is-the-future-for-apis>)

Author: Michael Watson

Published: 2024-01-22T17:19:46Z

Content type: opinion

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>), [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [backend](<https://devfeed.tech/tags/backend.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [rest](<https://devfeed.tech/tags/rest.md>), [software-development](<https://devfeed.tech/tags/software-development.md>)

### AI overview

This article presents GraphQL as an approach to API development and discusses its claimed benefits for developer portals, including self-documentation, precise data fetching, and easier schema evolution. It also describes GraphQL Federation as a composable layer for coordinating multiple services in platform engineering.

### Source excerpt

In the ever-evolving landscape of software development, the way we access and interact with data has seen remarkable changes. One of the most significant advancements in recent years is GraphQL, a query language for APIs that has quickly gained popularity and is poised to shape the future of how we work with APIs. Developers and organizations are always on the lookout for technologies that can streamline their processes and improve efficiency.

## How We Unified on One Graph at Block

DevFeed: [How We Unified on One Graph at Block](<https://devfeed.tech/articles/how-we-unified-on-one-graph-at-block-15684.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/how-we-unified-on-one-graph-at-block>)

Author: Alex Hancock

Published: 2022-10-05T19:00:00Z

Content type: article

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

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

Tags: [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [backend](<https://devfeed.tech/tags/backend.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [generators](<https://devfeed.tech/tags/generators.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

Block describes how it used federated GraphQL to unify internal and public GraphQL APIs into a supergraph. The architecture aggregates data from backend subgraphs while allowing teams to maintain scoped services independently.

### Source excerpt

Using GraphQL federation to unify under one "supergraph"

## Apollo Router: our GraphQL Federation runtime in Rust

DevFeed: [Apollo Router: our GraphQL Federation runtime in Rust](<https://devfeed.tech/articles/apollo-router-our-graphql-federation-runtime-in-rust-23210.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-router-our-graphql-federation-runtime-in-rust>)

Author: Jesse Rosenberger

Published: 2021-11-10T11:15:00Z

Content type: release

Language: en

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

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Critical Infrastructure](<https://devfeed.tech/topics/critical-infrastructure.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [apollo-federation](<https://devfeed.tech/tags/apollo-federation.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [critical-infrastructure](<https://devfeed.tech/tags/critical-infrastructure.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [latency](<https://devfeed.tech/tags/latency.md>), [memory-management](<https://devfeed.tech/tags/memory-management.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [rust](<https://devfeed.tech/tags/rust.md>), [stateless](<https://devfeed.tech/tags/stateless.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

Apollo introduces the Apollo Router, a next-generation GraphQL Federation runtime written in Rust. The article describes its standalone, multithreaded design and reports early benchmarks showing less than 10 ms of added latency per operation and up to eight times the load capacity of the JavaScript Apollo Gateway.

### Source excerpt

At Apollo, we help developers power the world's most important applications with a graph. Whether you're shopping online, booking travel, or binge-watching your favorite movies, you're using the graph every day. These experiences are all built on Apollo Federation, an architecture for declaratively composing GraphQL APIs into a unified graph.

## RetailMeNot GraphQL Federation

DevFeed: [RetailMeNot GraphQL Federation](<https://devfeed.tech/articles/retailmenot-graphql-federation-20365.md>)

Original publisher: [Read original article](<https://engineering.ziffmedia.com/retailmenot-graphql-federation-3bb36dac5aaa?source=rss----d6bb34696ef5---4>)

Author: Kartik Kumar Gujarati

Published: 2021-10-08T15:01:45Z

Content type: article

Language: en

Sources: [RetailMeNot](<https://devfeed.tech/sources/retailmenot.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Android](<https://devfeed.tech/topics/android.md>), [iOS](<https://devfeed.tech/topics/ios.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [browser](<https://devfeed.tech/tags/browser.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [extension](<https://devfeed.tech/tags/extension.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [ios](<https://devfeed.tech/tags/ios.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [rest-apis](<https://devfeed.tech/tags/rest-apis.md>), [retailmenot](<https://devfeed.tech/tags/retailmenot.md>), [web](<https://devfeed.tech/tags/web.md>), [ziff-davis](<https://devfeed.tech/tags/ziff-davis.md>)

### AI overview

This article describes how RetailMeNot addressed REST API versioning, over-fetching, and under-fetching by adopting GraphQL and transitioning from a GraphQL monolith toward GraphQL Federation. It covers the company's application and backend rebuild across Android, iOS, web, and browser extension experiences.

### Source excerpt

Did you ever have to maintain multiple versions of a REST API because the change you needed to make would break existing clients? Does your native app have to call multiple REST endpoints to get all the data it needs? This blog post is about how we addressed these common problems using GraphQL and our transition to GraphQL Federation at RetailMeNot. RetailMeNot, part of Ziff Media, Inc, makes everyday life more affordable for shoppers. We are a leading savings destination providing online and in-store coupons and cashback offers to our users. Today, we serve millions of monthly active users from our desktop, mobile web, native (iOS & Android) apps, and browser extension (Deal Finder™) experiences. For the last 10 years, RetailMeNot's engineering teams have built several highly performant, scalable, and efficient systems to bring savings data to our users through our experiences. And like many companies, RetailMeNot used REST APIs to serve the data. However, as the company and the systems grew, we started to experience problems like versioning, over-fetching, and under-fetching with REST APIs. For more details on the classic problems that arise from REST services and how GraphQL solves them, see this blog post. For an introduction to GraphQL, see this blog post. How it started: A Monolithic Graph In 2019, we took a step back to rethink where we are headed in terms of our tech stack and how to best serve future experiences. We decided to rewrite our native Android and iOS apps and the backend that supports them. In addition to this, we also built a brand new browser extension (Deal Finder™) and re-wrote several parts of our core website. As we started to rebuild our native apps, we wanted to solve the above problems we faced with REST APIs. GraphQL seemed like a great solution for this. Enter GraphQL. In our first iteration with GraphQL, we built a GraphQL monolith. Monolith Graph The GraphQL Monolith at RetailMeNot was a single GraphQL Server used by our Native Andro

## GraphQL Summit Worldwide 2021 \[Recap\]

DevFeed: [GraphQL Summit Worldwide 2021 \[Recap\]](<https://devfeed.tech/articles/graphql-summit-worldwide-2021-recap-23348.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/graphql-summit-worldwide-2021-recap>)

Author: Khalil Stemmler

Published: 2021-04-15T12:12:44Z

Content type: article

Language: en

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

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [apollo-client](<https://devfeed.tech/topics/apollo-client.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-client](<https://devfeed.tech/tags/apollo-client.md>), [caching](<https://devfeed.tech/tags/caching.md>), [cli](<https://devfeed.tech/tags/cli.md>), [community](<https://devfeed.tech/tags/community.md>), [error-handling](<https://devfeed.tech/tags/error-handling.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [ide](<https://devfeed.tech/tags/ide.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [recap](<https://devfeed.tech/tags/recap.md>), [schema-design](<https://devfeed.tech/tags/schema-design.md>), [security](<https://devfeed.tech/tags/security.md>), [server](<https://devfeed.tech/tags/server.md>), [summit](<https://devfeed.tech/tags/summit.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

A recap of the first day of GraphQL Summit Worldwide 2021, covering Apollo's new collaboration, testing, and security tools, client-side GraphQL talks, mobile development, federated architecture, and subscriptions.

### Source excerpt

Well folks, that's another GraphQL Summit Worldwide in the books 👋. We heard some talks on client-side GraphQL, federation, subscriptions, and testing. In this post, I'd like to sum up the biggest takeaways from day one of the conference. If you missed any of the talks, fret not my friend -- you can watch them on-demand. Apollo's new GraphQL tools for better collaboration, testing, and security Since the last summit, we've released a number of new tools to help you build better with GraphQL.

## Using Apollo Federation with Local Schemas

DevFeed: [Using Apollo Federation with Local Schemas](<https://devfeed.tech/articles/using-apollo-federation-with-local-schemas-23558.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/using-apollo-federation-with-local-schemas>)

Author: Patrick Arminio

Published: 2020-10-06T16:05:38Z

Content type: tutorial

Language: en

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

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [gateway](<https://devfeed.tech/topics/gateway.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>)

Tags: [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-federation](<https://devfeed.tech/tags/apollo-federation.md>), [backend](<https://devfeed.tech/tags/backend.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [cms](<https://devfeed.tech/tags/cms.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [graphql-federation](<https://devfeed.tech/tags/graphql-federation.md>), [how-to](<https://devfeed.tech/tags/how-to.md>)

### AI overview

This tutorial explains how to use local schemas and a custom DataSource in the Apollo Federation Gateway to proxy a third-party GraphQL API that does not support Apollo Federation. It describes combining local and remote services into a single graph and adapting the remote API's request behavior.

### Source excerpt

Recently, I needed to create a proxy to a third party API in our GraphQL Federation schema but didn't want to spin up a new service just for this. This blog post explains how to use local schemas inside the Apollo Federation Gateway. A bit of context At work, we use the Prismic CMS to power the content of our site (at least most of it). We are currently working on a new project that is using Apollo Federation as our Gateway1.