From fb0e537939a3ce4ff3cf7d82eca89b2bad89ea83 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Fri, 28 Jun 2024 00:38:10 +0300 Subject: [PATCH] Remove `@apollo/gateway` reference (#3334) We don't use `@apollo/gateway` or the Envelop plugin anymore. --- .../src/pages/docs/features/apollo-federation.mdx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/website/src/pages/docs/features/apollo-federation.mdx b/website/src/pages/docs/features/apollo-federation.mdx index b7811e2d86..e9f58db043 100644 --- a/website/src/pages/docs/features/apollo-federation.mdx +++ b/website/src/pages/docs/features/apollo-federation.mdx @@ -11,21 +11,6 @@ import { Callout } from '@theguild/components' [Apollo Federation](https://apollographql.com/docs/federation) is a specification that applies microservice architecture through GraphQL APIs. -Thanks to [Envelop's Apollo Federation](https://envelop.dev/plugins/use-apollo-federation) plugin, -we can use GraphQL Yoga to build our gateway server. - - - As documented in the [Apollo Federation - docs](https://www.apollographql.com/docs/federation/gateway/#setup), `@apollo/gateway` package - doesn't support GraphQL v16 so you have to install `graphql@15`. - - - - Please note that Apollo Federation implementation doesn't support GraphQL Subscriptions. If you - need to use Subscriptions with a Federated Gateway you can use [Schema - Stitching](https://graphql-tools.com/docs/schema-stitching/stitch-federation). - - ## Gateway You can use GraphQL Yoga to implement a Gateway exposing an Apollo Federation supergraph. For this,