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
4 changes: 2 additions & 2 deletions examples/router-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Click on "Trace" in the right corner of the Playground to see the tracing featur

## Modifying the schema

In the [graphql.yaml](graphql.yaml) file, you can see the subgraphs that make up the federated schema. We download the schemas through their introspection endpoint and compose them into a federated schema.
In the [graph.yaml](graph.yaml) file, you can see the subgraphs that make up the federated schema. We download the schemas through their introspection endpoint and compose them into a federated schema.
You can also reference a local schema file. For more information, see the [wgc router compose](https://cosmo-docs.wundergraph.com/cli/router/compose).

For demonstration purposes, all subgraphs are running on a severless environment. The Cosmo Router is running locally and proxies the requests to the remote services. It might take a few seconds for the serverless functions to start up.
For demonstration purposes, all subgraphs are running on a severless environment. The Cosmo Router is running locally and proxies the requests to the remote services. It might take a few seconds for the serverless functions to start up.
Loading