pub const GRAPHQL_OPERATION_TYPE: &'static str;
The type of the operation being executed.
"query"
"mutation"
"subscription"