From f3282426f271e1f28bc0aa288b79b4aee36b2349 Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Fri, 4 Sep 2020 17:14:40 -0700 Subject: [PATCH] TODOs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95be9fe..457d973 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Query structures to support: - interfaces - unions - fragments +- (optional) collapsing -- should be able to have `mutation { myMutation { error { code } } }` just return `(code string, err error)` Config options: - get schema via HTTP (perhaps even via GraphQL introspection)