hive-router-config

Crates.iohive-router-config
lib.rshive-router-config
version0.0.18
created_at2025-09-01 11:16:55.292532+00
updated_at2026-01-22 13:01:23.389813+00
descriptionThis is an internal crate used for managing the Hive Router configuration
homepagehttps://github.com/graphql-hive/router
repositoryhttps://github.com/graphql-hive/router
max_upload_size
id1819439
size126,603
Dotan Simha (dotansimha)

documentation

README

Router Configuration

This crate manages the configuration for the GraphQL router.

The following are supported:

  • YAML
  • JSON (including JSON5)
  • Env vars

JSON Schema

TL;DR: Use cargo make config to re-generate the config file.

Install cargo-make by running cargo 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
Commit count: 481

cargo fmt