genql: update TODO

This commit is contained in:
Ben Kraft
2020-01-02 18:10:11 -08:00
parent 7dfd03738c
commit 463b244e0e
+3 -11
View File
@@ -1,16 +1,8 @@
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
- handle graphql errors in a reasonable way
- file locations (queries, generated, schema (or get via HTTP))
- use ctx or not, maybe (i.e. how to wrap this for kacontext)
- HTTP calling convention (is there enough variation to matter?)