| Crates.io | hive-router-config |
| lib.rs | hive-router-config |
| version | 0.0.4 |
| created_at | 2025-09-01 11:16:55.292532+00 |
| updated_at | 2025-09-09 11:14:04.244818+00 |
| description | This is an internal crate used for managing the Hive Router configuration |
| homepage | https://github.com/graphql-hive/router |
| repository | https://github.com/graphql-hive/router |
| max_upload_size | |
| id | 1819439 |
| size | 29,372 |
This crate manages the configuration for the GraphQL router.
The following are supported:
TL;DR: Use cargo router-config to re-generate the config file.
To view the JSON schema of the configuration, use the following command:
cargo run --release -p router-config
To generate a JSON schema file, use the following command:
cargo run --release -p router-config <output_file>