Skip to main content

GRAPHQL_OPERATION_TYPE

Constant GRAPHQL_OPERATION_TYPE 

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

The type of the operation being executed.

§Notes

§Examples

  • "query"
  • "mutation"
  • "subscription"