From eae8553c04dd727d7d9fc71775c23a4dd42f2d68 Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Tue, 6 Apr 2021 15:49:52 -0700 Subject: [PATCH] couple more TODOs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4f8ac1e..88ef0f9 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,10 @@ See [DESIGN.md](DESIGN.md) for documentation of major design decisions in this l Basic features: - redo support for interfaces, unions, fragments (see DESIGN) +Fancy features: +- allow `__all` to request all fields (probably a terrible idea though) +- plugin to make `_entities` queries for apollo federation easy (basically you would just write the fragment) + Generated code customization: - add flag(s) to make a field use a pointer (for optionality or perf; see DESIGN) - collapsing -- should be able to have `mutation { myMutation { error { code } } }` just return `(code string, err error)`