GRAPHQL_OPERATION_TYPE

Constant GRAPHQL_OPERATION_TYPE 

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

The type of the operation being executed.

§Notes

§Examples

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