Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/code/tools/fusion/gateways-supergraphs/fusion.md
Original file line number Diff line number Diff line change
@@ -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.
Loading