Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgardosh committed Nov 18, 2024
1 parent 4ba1dd3 commit 71ad177
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions website/src/pages/docs/features/apollo-federation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +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).
> 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

Expand All @@ -21,7 +22,9 @@ 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.
> 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

Expand Down

0 comments on commit 71ad177

Please sign in to comment.