async-graphql-logger 0.1.0

Minimalistic logger extension for async-graphql library
Documentation
1
2
3
4
5
6
7
8
9
Simple logging GQL requests with duration in [async-graphql](https://github.com/async-graphql/async-graphql)

Run example
```bash
RUST_LOG=info cargo run --example axum

[2024-01-31T17:32:59Z INFO  gql_logger] [QueryID: 639312411] query { healthCheck(input: 1) }
[2024-01-31T17:32:59Z INFO  gql_logger] [QueryID: 639312411] Duration: 101ms
```