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..311dbac5d7 --- /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.