Skip to content

Commit

Permalink
docs: adds gateway compatibility section to compose docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Sep 20, 2021
1 parent 3292bc1 commit f941125
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/source/supergraphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,15 @@ rover supergraph compose --config ./supergraph.yaml > prod-schema.graphql
```

> For more on passing values via `stdout`, see [Using `stdout`](./conventions#using-stdout).

#### Gateway compatibility

`rover supergraph compose` utilizes the composition function published in the [harmonizer]() package under the hood. Harmonizer is still under rapid development, and some breaking changes are to be expected. For now, newer versions of Rover emit supergraph schemas that are incompatible with older versions of [`@apollo/gateway`](https://www.npmjs.com/package/@apollo/gateway).

The following table should help you understand the compatible versions of these two pieces of software.


|Rover version|Gateway version|
|---|---|
|<= v0.2|<= v0.38|
|>= v0.3|>= v0.39|

0 comments on commit f941125

Please sign in to comment.