Constant telemetry_rust::semconv::GRAPHQL_OPERATION_TYPE

source ·
pub const GRAPHQL_OPERATION_TYPE: &'static str;
Expand description

The type of the operation being executed.

§Examples

  • query
  • mutation
  • subscription