rama::telemetry::opentelemetry::semantic_conventions::trace

Constant GRAPHQL_DOCUMENT

pub const GRAPHQL_DOCUMENT: &'static str;
Expand description

The GraphQL document being executed.

§Notes

The value may be sanitized to exclude sensitive information.

§Examples

  • "query findBookById { bookById(id: ?) { name } }"