Commit 1e5ffea 1 parent 3de510a commit 1e5ffea Copy full SHA for 1e5ffea
File tree 2 files changed +2
-3
lines changed
crates/rover-client/src/query/subgraph
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ use graphql_client::*;
16
16
/// Snake case of this name is the mod name. i.e. fetch_subgraph_query
17
17
pub struct FetchSubgraphQuery ;
18
18
19
- /// The main function to be used from this module. This function fetches a
20
- /// schema from apollo studio and returns it in either sdl (default) or json format
19
+ /// Fetches a schema from apollo studio and returns its SDL (String)
21
20
pub fn run (
22
21
variables : fetch_subgraph_query:: Variables ,
23
22
client : & StudioClient ,
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ pub mod push;
5
5
pub mod delete;
6
6
7
7
/// "subgraph fetch" command execution
8
- pub mod fetch;
8
+ pub mod fetch;
You can’t perform that action at this time.
0 commit comments