TODO: auto-caching

This commit is contained in:
Ben Kraft
2021-04-09 12:18:09 -07:00
parent 16523c1f81
commit 74411faf52
+1
View File
@@ -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)