...

Text file src/github.com/99designs/gqlgen/client/readme.md

Documentation: github.com/99designs/gqlgen/client

     1This client is used internally for testing. I wanted a simple graphql client sent user specified queries.
     2
     3You 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...

View as plain text