aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/vektah/gqlgen/client/readme.md
blob: 755a143315f38332dc8cd1afde998b66b6e78e0e (plain) (blame)
1
2
3
4
5
This client is used internally for testing. I wanted a simple graphql client sent user specified queries.

You might want to look at:
 - https://github.com/shurcooL/graphql: Uses reflection to build queries from structs. 
 - https://github.com/machinebox/graphql: Probably would have been a perfect fit, but it uses form encoding instead of json...