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 docs/getting-started/cosmo-cloud-onboarding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ For this demo, you'll use pre-deployed demo subgraphs on a serverless platform.
```bash
wgc subgraph create employees \
--namespace development \
--routing-url https://employee-api.fly.dev/graphql
--routing-url https://employees-api.fly.dev/graphql
```

1. Download the schema and publish it:
Expand Down Expand Up @@ -235,7 +235,7 @@ docker run \

### Open the Playground

Open [http://localhost:3002](http://localhost:3002/graphql) and run your first GraphQL operation with WunderGraph Cosmo\! The same playground is also available on Cosmo Cloud.
Open [http://localhost:3002](http://localhost:3002) and run your first GraphQL operation with WunderGraph Cosmo\! The same playground is also available on Cosmo Cloud.

### Example Query that involves all subgraphs

Expand Down