From a3c91727deafe305cb7fd4efb68c1d994978aacd Mon Sep 17 00:00:00 2001 From: Rafael Staib Date: Thu, 9 Jul 2026 00:05:14 +0200 Subject: [PATCH 1/2] add fusion --- .../tools/fusion/gateways-supergraphs/fusion.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/code/tools/fusion/gateways-supergraphs/fusion.md diff --git a/src/code/tools/fusion/gateways-supergraphs/fusion.md b/src/code/tools/fusion/gateways-supergraphs/fusion.md new file mode 100644 index 0000000000..40e68c53ef --- /dev/null +++ b/src/code/tools/fusion/gateways-supergraphs/fusion.md @@ -0,0 +1,14 @@ +--- +name: Fusion +description: An open-source GraphQL gateway with first-class, built-in support for both the GraphQL Composite Schemas specification and Apollo Federation. +url: https://chillicream.com/?utm_source=graphql_org&utm_medium=referral +github: ChilliCream/graphql-platform +tags: + - tools-and-libraries + - tools + - federation +--- + +[Fusion](https://chillicream.com/docs/fusion/?utm_source=graphql_org&utm_medium=referral) is an open-source GraphQL gateway that lets you split one GraphQL API into multiple smaller services without changing how clients consume it. + +Fusion supports two federation protocols as first-class citizens: the [GraphQL Composite Schemas specification](https://github.com/graphql/composite-schemas-spec), an open standard developed under the GraphQL Foundation, and [Apollo Federation](https://chillicream.com/docs/fusion/connectors/apollofederation/?utm_source=graphql_org&utm_medium=referral). Both are built into the gateway core, so existing Apollo Federation v2 subgraphs run without modification, and subgraphs of both flavors can be composed into a single graph. \ No newline at end of file From 74125ad1034f1bf67ddcb1bce10bdc32d5d57b75 Mon Sep 17 00:00:00 2001 From: Rafael Staib Date: Thu, 9 Jul 2026 00:16:16 +0200 Subject: [PATCH 2/2] formatting --- src/code/tools/fusion/gateways-supergraphs/fusion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/tools/fusion/gateways-supergraphs/fusion.md b/src/code/tools/fusion/gateways-supergraphs/fusion.md index 40e68c53ef..311dbac5d7 100644 --- a/src/code/tools/fusion/gateways-supergraphs/fusion.md +++ b/src/code/tools/fusion/gateways-supergraphs/fusion.md @@ -11,4 +11,4 @@ tags: [Fusion](https://chillicream.com/docs/fusion/?utm_source=graphql_org&utm_medium=referral) is an open-source GraphQL gateway that lets you split one GraphQL API into multiple smaller services without changing how clients consume it. -Fusion supports two federation protocols as first-class citizens: the [GraphQL Composite Schemas specification](https://github.com/graphql/composite-schemas-spec), an open standard developed under the GraphQL Foundation, and [Apollo Federation](https://chillicream.com/docs/fusion/connectors/apollofederation/?utm_source=graphql_org&utm_medium=referral). Both are built into the gateway core, so existing Apollo Federation v2 subgraphs run without modification, and subgraphs of both flavors can be composed into a single graph. \ No newline at end of file +Fusion supports two federation protocols as first-class citizens: the [GraphQL Composite Schemas specification](https://github.com/graphql/composite-schemas-spec), an open standard developed under the GraphQL Foundation, and [Apollo Federation](https://chillicream.com/docs/fusion/connectors/apollofederation/?utm_source=graphql_org&utm_medium=referral). Both are built into the gateway core, so existing Apollo Federation v2 subgraphs run without modification, and subgraphs of both flavors can be composed into a single graph.