sketches of generated graphql client

This commit is contained in:
Ben Kraft
2019-12-21 00:03:19 -05:00
commit a23b0e3756
7 changed files with 137 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
Query structures to support:
- arguments
- repeated fields
- interfaces
Config options:
- schema location (http or file)
- use http client or not
- use ctx or not, maybe
- target url (const or maybe allow it to be dynamic at runtime?
- auth (maybe via client + roundtripper)
- HTTP calling convention???
Misc:
- replace __ with some unicode garbage