You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- β Executable documents are not impacted by this proposal.
490
490
- [C][criteria-c]
491
-
- β `Int` means nullable, and `Int!` means non-nullable, still.
491
+
- β `Int` means nullable still.
492
492
- [D][criteria-d]
493
493
- β `Int!` to indicate non-nullable is common in programming languages; and
494
494
`Int!!` looks like it indicates "danger".
@@ -560,7 +560,7 @@ This proposal relies on the ability of clients to opt out of error propagation;
560
560
- [B][criteria-b]
561
561
- β The change from nullable to non-nullable on output is backwards compatible from a type perspective; for impact on error boundaries see G.
562
562
- [C][criteria-c]
563
-
- β `Int` means nullable, and `Int!` means non-nullable, still.
563
+
- β `Int` means nullable still.
564
564
- [D][criteria-d]
565
565
- β οΈ Adding `@onError` to operations is not immediately intuitive but most error-handling clients should add it automatically, making it transparent to end users.
0 commit comments