Constant GRAPHQL_OPERATION_TYPE

Source
pub const GRAPHQL_OPERATION_TYPE: &'static str;
Expand description

The type of the operation being executed.

ยงExamples

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