Am I out of my mind, or is GraphQL not really meant for humans to use on the command line? I'm trying to figure out how to do some basic stuff on GHE's GraphQL vs their REST interface and this is making me want to cry. This really seems intended for machine to machine communication.
Who on earth wants to type all these braces and escaped quotes on the command line to do what should be simple GET queries.