Skip to content

Commit

Permalink
docs: migration guide uses check not publish (#1364)
Browse files Browse the repository at this point in the history
fixes typo outlined in #1361
  • Loading branch information
EverlastingBugstopper authored Oct 3, 2022
1 parent cc4f4d0 commit 9b3bc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ rover graph introspect http://localhost:4000 | rover graph publish my-graph@prod
apollo service:check --graph my-graph --variant prod --localSchemaFile ./schema.graphql

## Rover ##
rover graph publish my-graph@prod --schema ./schema.graphql
rover graph check my-graph@prod --schema ./schema.graphql
```

### Publishing a federated subgraph
Expand Down

0 comments on commit 9b3bc35

Please sign in to comment.