Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(spike): rover core build (#340)
* feat(spike): rover graph build this PR introduces a TOML config format for specifying multiple subgraphs to compose. usage: rover graph build --services ./path/to/services.toml This will attempt to compose your subgraph schemas. If it successfully composes, it will print the composed CSDL. If there are errors, they will be printed. examples of both composing and non-composing inputs can be tested by running: `cargo run -- graph build --services spike/composes.toml` and `cargo run -- graph build --services spike/errors.toml`
- Loading branch information