more design updates -- clarify what's decided and decide some things

This commit is contained in:
Ben Kraft
2021-03-19 17:20:39 -07:00
parent 5accc088c5
commit 58f4aff83b
2 changed files with 22 additions and 6 deletions
+3 -2
View File
@@ -67,8 +67,8 @@ See [DESIGN.md](DESIGN.md) for documentation of major design decisions in this l
(+) denotes things we further need before recommending anyone else use this in prod
Generated code:
- (*) decide how to name types (see DESIGN)
- (*) decide about optionality (see DESIGN)
- (*) update type naming for new scheme
- (*) remove pointers for optionality (or put behind flag)
- redo support for interfaces, unions, fragments (see DESIGN)
- (optional) collapsing -- should be able to have `mutation { myMutation { error { code } } }` just return `(code string, err error)`
@@ -83,3 +83,4 @@ Other:
- (*) a name that's more clearly distinct from other libraries out there and conveys what this does
- (+) more tests
- (+) documentation
- custom scalar types