mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
docs: fix example schema:check commands in apollo-federation docs (#6563)
This commit is contained in:
parent
9dfd3ca685
commit
2600aa17c7
1 changed files with 0 additions and 9 deletions
|
|
@ -742,7 +742,6 @@ file:
|
|||
hive schema:check \
|
||||
--registry.accessToken YOUR_TOKEN_HERE \
|
||||
--service="reviews" \
|
||||
--url="https://federation-demo.theguild.workers.dev/reviews" \
|
||||
subgraphs/reviews.graphql
|
||||
```
|
||||
|
||||
|
|
@ -756,7 +755,6 @@ hive schema:check \
|
|||
npx hive schema:check \
|
||||
--registry.accessToken YOUR_TOKEN_HERE \
|
||||
--service="reviews" \
|
||||
--url="https://federation-demo.theguild.workers.dev/reviews" \
|
||||
subgraphs/reviews.graphql
|
||||
```
|
||||
|
||||
|
|
@ -775,7 +773,6 @@ docker run --name graphql-hive-cli --rm \
|
|||
schema:check \
|
||||
--registry.accessToken "<YOUR_TOKEN_HERE>" \
|
||||
--service="reviews" \
|
||||
--url="https://federation-demo.theguild.workers.dev/reviews" \
|
||||
./subgraphs/reviews.graphql
|
||||
```
|
||||
|
||||
|
|
@ -825,7 +822,6 @@ extend type Product @key(fields: "upc") {
|
|||
hive schema:check \
|
||||
--registry.accessToken YOUR_TOKEN_HERE \
|
||||
--service="reviews" \
|
||||
--url="https://federation-demo.theguild.workers.dev/reviews" \
|
||||
subgraphs/reviews.graphql
|
||||
```
|
||||
|
||||
|
|
@ -839,7 +835,6 @@ hive schema:check \
|
|||
npx hive schema:check \
|
||||
--registry.accessToken YOUR_TOKEN_HERE \
|
||||
--service="reviews" \
|
||||
--url="https://federation-demo.theguild.workers.dev/reviews" \
|
||||
subgraphs/reviews.graphql
|
||||
```
|
||||
|
||||
|
|
@ -858,7 +853,6 @@ docker run --name graphql-hive-cli --rm \
|
|||
schema:check \
|
||||
--registry.accessToken "<YOUR_TOKEN_HERE>" \
|
||||
--service="reviews" \
|
||||
--url="https://federation-demo.theguild.workers.dev/reviews" \
|
||||
./subgraphs/reviews.graphql
|
||||
```
|
||||
|
||||
|
|
@ -921,7 +915,6 @@ file:
|
|||
hive schema:check \
|
||||
--registry.accessToken YOUR_TOKEN_HERE \
|
||||
--service="reviews" \
|
||||
--url="https://federation-demo.theguild.workers.dev/reviews" \
|
||||
subgraphs/reviews.graphql
|
||||
```
|
||||
|
||||
|
|
@ -935,7 +928,6 @@ hive schema:check \
|
|||
npx hive schema:check \
|
||||
--registry.accessToken YOUR_TOKEN_HERE \
|
||||
--service="reviews" \
|
||||
--url="https://federation-demo.theguild.workers.dev/reviews" \
|
||||
subgraphs/reviews.graphql
|
||||
```
|
||||
|
||||
|
|
@ -954,7 +946,6 @@ docker run --name graphql-hive-cli --rm \
|
|||
schema:check \
|
||||
--registry.accessToken "<YOUR_TOKEN_HERE>" \
|
||||
--service="reviews" \
|
||||
--url="https://federation-demo.theguild.workers.dev/reviews" \
|
||||
./subgraphs/reviews.graphql
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue