From 74411faf520ac45bc4934a83f1519ca83e40963b Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Fri, 9 Apr 2021 12:18:09 -0700 Subject: [PATCH] TODO: auto-caching --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0146b67..dcbf208 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Basic features: 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) +- auto-caching -- if you `@genqlient(cache: true)` we cache (you can pass a cache into the client or something) Generated code customization: - add flag(s) to make a field use a pointer (for optionality or perf; see DESIGN)