Allow to define operation name in GraphQL

Feature Request
I usually have more than one query in one request. It would be nice to have an option to define what query should be executed.
I can add operation name to request, when I switch to other type of request. So it's just the UI problem.
Even when there’s only one query, some servers require the “operationName” regardless.