Skip to main content

run

Function run 

Source
pub fn run(schema_path: &str, format: GraphFormat) -> Result<CommandResult>
Expand description

Run federation graph command

ยงErrors

Returns an error if the schema file cannot be read, cannot be parsed as JSON, or if JSON serialization of the graph output fails.