From 2e644e50aad224bb05b8d9a58dca0ab399ee19c0 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Fri, 15 Nov 2024 15:06:03 +0100 Subject: [PATCH] Include Hive Gateway in docs/features/apollo-federation (#3495) --- website/src/pages/docs/features/apollo-federation.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/pages/docs/features/apollo-federation.mdx b/website/src/pages/docs/features/apollo-federation.mdx index 86b7db5617..d52b74e6f9 100644 --- a/website/src/pages/docs/features/apollo-federation.mdx +++ b/website/src/pages/docs/features/apollo-federation.mdx @@ -11,6 +11,8 @@ import { Callout } from '@theguild/components' [Apollo Federation](https://apollographql.com/docs/federation) is a specification that applies microservice architecture through GraphQL APIs. +> If you're new to GraphQL Federation, [learn how it combines your GraphQL APIs into a unified supergraph](https://the-guild.dev/graphql/hive/federation). + ## Gateway You can use GraphQL Yoga to implement a Gateway exposing an Apollo Federation supergraph. For this, @@ -19,6 +21,8 @@ the gateway needs to have access to the supergraph SDL. You have the choice between loading it from a schema registry (like Hive or Apollo GraphOS) or locally from the file system. +> Instead of using GraphQL Yoga to implement the gateway, we recommend to use [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway), our open-source MIT-licensed GraphQL gateway for Apollo Federation. + ### Using Hive Hive is a schema registry and usage reporting plateform for GraphQL. You can use it to manage an