run

Function run 

Source
pub async fn run(
    args: CliArgs,
    subgraph_config: SubGraphConfig,
) -> Result<(impl Future<Output = ()>, Schema, Sender<()>), Error>
Expand description

Starts the Subgraph Service. Initializes the DataSources and builds the GraphQL Schema.