From 463b244e0efd2f4b49a51135d6174051c87a827c Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Thu, 2 Jan 2020 18:08:50 -0800 Subject: [PATCH] genql: update TODO --- TODO | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/TODO b/TODO index 89031ee..5be0a0b 100644 --- a/TODO +++ b/TODO @@ -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?)