Skip to content

Commit bb87e73

Browse files
authored
Suggestions for federation links (#4436)
1 parent 9874ed6 commit bb87e73

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

website/pages/docs/scaling-graphql.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,10 @@ GraphQL.js, you'll need to:
101101
- Output a schema that conforms to a federation-compliant format
102102

103103
Most federation tooling today is based on
104-
[Apollo Federation](https://www.apollographql.com/docs/graphos/schema-design/federated-schemas/federation).
104+
[Apollo Federation](https://www.apollographql.com/docs/graphos/schema-design/federated-schemas/federation) and [here you can find a list of Apollo Federation compatible gateways](https://the-guild.dev/graphql/hive/federation-gateway-audit).
105+
105106
However, other approaches exist:
106107

107-
- [GraphQL Mesh](https://the-guild.dev/graphql/mesh) allows federation-like composition across
108-
services using plugins.
109108
- Custom gateways and tooling can be implemented using GraphQL.js or other frameworks.
110109
- The [GraphQL Composite Schemas WG](https://github.com/graphql/composite-schemas-wg/) (formed of Apollo, ChilliCream, The Guild, Netflix, Graphile and many more) are working on an open specification for the next generation of GraphQL Federation
111110

@@ -158,4 +157,4 @@ Make sure your team has the operational maturity to support the tooling and patt
158157
- Define ownership boundaries. Federation is most useful when teams need clear control over parts of
159158
the schema. Without strong ownership models, a federated graph can become harder to manage.
160159
- Consider alternatives. Not all use cases need stitching or federation. Sometimes, versioning, modular
161-
schema design, or schema delegation patterns within a monolith are sufficient.
160+
schema design, or schema delegation patterns within a monolith are sufficient.

0 commit comments

Comments
 (0)