Crate async_graphql_extension_apollo_tracing[−][src]
Expand description
Apollo Extensions for async_graphql
Features
- Fully support traces & errors
- Batched traces transfer
- Client segmentation
- Tracing
- Schema register protocol implemented
Crate Features
compression
- To enable GZIP Compression when sending traces to Apollo Studio.
Modules
Apollo Schema reporting
Structs
Apollo Tracing Extension to send traces to Apollo Studio
The extension to include to your async_graphql
instance to connect with Apollo Studio.
The structure where you can add additional context for Apollo Studio. This structure must be added to your query data.
Enums
An ENUM describing the various HTTP Methods existing.