Skip to content

Commit

Permalink
Include Hive Gateway in docs/features/apollo-federation (#3495)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Nov 15, 2024
1 parent 3a62f33 commit 2e644e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/pages/docs/features/apollo-federation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 2e644e5

Please sign in to comment.