pub async fn run( args: CliArgs, subgraph_config: SubGraphConfig, ) -> Result<(impl Future<Output = ()>, Schema, Sender<()>), Error>
Starts the Subgraph Service. Initializes the DataSources and builds the GraphQL Schema.