You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/router-simple/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Click on "Trace" in the right corner of the Playground to see the tracing featur
38
38
39
39
## Modifying the schema
40
40
41
-
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.
41
+
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.
42
42
You can also reference a local schema file. For more information, see the [wgc router compose](https://cosmo-docs.wundergraph.com/cli/router/compose).
43
43
44
-
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.
44
+
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.
0 commit comments