From e68787ad3538121e55763502fd107e93c6cbaa9a Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Thu, 8 Apr 2021 11:28:10 -0700 Subject: [PATCH] add TODO --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88ef0f9..c79c654 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Fancy features: Generated code customization: - add flag(s) to make a field use a pointer (for optionality or perf; see DESIGN) +- omitempty-like thing for optional arguments - collapsing -- should be able to have `mutation { myMutation { error { code } } }` just return `(code string, err error)` - map a GraphQL type to a particular Go type (if you want to use a named type for some string, say) - specify a particular name for a Go type, or for the helper function, or whatever else