| Crates.io | hive-router-config |
| lib.rs | hive-router-config |
| version | 0.0.18 |
| created_at | 2025-09-01 11:16:55.292532+00 |
| updated_at | 2026-01-22 13:01:23.389813+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 | 126,603 |
This crate manages the configuration for the GraphQL router.
The following are supported:
TL;DR: Use cargo make config to re-generate the config file.
Install
cargo-makeby runningcargo install cargo-make.
To view the JSON schema of the configuration, use the following command:
cargo run --release -p hive-router-config
To generate a JSON schema file, use the following command:
cargo make config