Skip to main content

GRAPHQL_DOCUMENT

Constant GRAPHQL_DOCUMENT 

pub const GRAPHQL_DOCUMENT: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The GraphQL document being executed.

§Notes

If instrumentation can reliably identify and redact sensitive information it SHOULD do it.

§Examples

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