aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/vektah/gqlgen/client/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/vektah/gqlgen/client/readme.md')
-rw-r--r--vendor/github.com/vektah/gqlgen/client/readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/vektah/gqlgen/client/readme.md b/vendor/github.com/vektah/gqlgen/client/readme.md
new file mode 100644
index 00000000..755a1433
--- /dev/null
+++ b/vendor/github.com/vektah/gqlgen/client/readme.md
@@ -0,0 +1,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...