Skip to content

Commit

Permalink
docs: Fix link to supergraph schemas (#706)
Browse files Browse the repository at this point in the history
This link was broken as it stood however rather than updating it to point
to the core schema specification, I've updated it to point to a set of definitions
of supergraph and subgraphs that lives within our Federation documentation.

Fixes #687
  • Loading branch information
abernix authored Aug 3, 2021
1 parent 126813e commit a78c221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/supergraphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ subgraphs:

### Output format

By default, `supergraph compose` outputs a [supergraph schema](https://apollo-specs.github.io/core/draft/pre-0) document to `stdout`. This will be useful for providing the schema as input to _other_ Rover commands in the future.
By default, `supergraph compose` outputs a [supergraph schema](https://www.apollographql.com/docs/federation/#federated-schemas) document to `stdout`. This will be useful for providing the schema as input to _other_ Rover commands in the future.

You can also save the output to a local `.graphql` file like so:

Expand Down

0 comments on commit a78c221

Please sign in to comment.