# 🕸 clc-gql - Clc GraphQL
[](https://crates.io/crates/clc)
[](https://docs.rs/clc-gql/)
[](https://github.com/ymgyt/clc/blob/main/clc-gql/CHANGELOG.md)
[](LICENSE-APACHE)
[](LICENSE-MIT)
Clcgql is a GraphQL server for clc.
## Features
* `cache`
* If enabled, cache the result to the redis specified by `CLCGQL_REDIS_ENDPOINT`
## Environment variables
| `CLCGQL_LOG` | Rust logging directive. | `info` |
| `CLCGQL_LOG_COLOR` | Control logging color | `false` |
| `CLCGQL_REDIS_ENDPOINT` | Redis connection info` | `redis://cache.ymgyt.io:6376` |
## 🪪 License
This project is available under the terms of either the [Apache 2.0 license](../LICENSE-APACHE) or the [MIT license](../LICENSE-MIT).