hive-router-config

Crates.iohive-router-config
lib.rshive-router-config
version0.0.4
created_at2025-09-01 11:16:55.292532+00
updated_at2025-09-09 11:14:04.244818+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
size29,372
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 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>
Commit count: 250

cargo fmt