github.com/nonameffh/gqlgen@v0.7.2/client/readme.md (about)

     1  This client is used internally for testing. I wanted a simple graphql client sent user specified queries.
     2  
     3  You might want to look at:
     4   - https://github.com/shurcooL/graphql: Uses reflection to build queries from structs. 
     5   - https://github.com/machinebox/graphql: Probably would have been a perfect fit, but it uses form encoding instead of json...