Determine the operation type from a raw GraphQL query string. Strips comments, then matches the first operation keyword.
Raw GraphQL query/mutation/subscription string
"query", "mutation", or "subscription"
"query"
"mutation"
"subscription"
Determine the operation type from a raw GraphQL query string. Strips comments, then matches the first operation keyword.