Expand description
§async-graphql-extras
Extras for async-graphql that are maintained separately from the core library.
§Features
This crate offers the following optional features:
| Feature | Enables |
|---|---|
opentelemetry | Enable the OpenTelemetry extension for distributed tracing and metrics support. |
email-address | Enable the EmailAddress scalar wrapper |
§Documentation
§License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
Modules§
- extensions
- Extra extensions for async-graphql services
- validators
- Validator newtypes for
async-graphql