Skip to content

Commit ace24ba

Browse files
committed
correct help msg for rover subgraph introspect
The `rover subgraph introspect` command actually fetches the federated SDL from a running subgraph directly NOT from the Apollo Registry as the previous message suggested.
1 parent 4b568ae commit ace24ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/subgraph/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub enum Command {
3232
/// Fetch a subgraph schema from the Apollo graph registry
3333
Fetch(fetch::Fetch),
3434

35-
/// Introspect a subgraph from the Apollo registry
35+
/// Introspect a running subgraph endpoint to retrieve its schema definition (SDL)
3636
Introspect(introspect::Introspect),
3737

3838
/// List all subgraphs for a federated graph

0 commit comments

Comments
 (0)