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
1. Reaching a consensus on Semantic Nullability (25m, Alex)
160
+
- Recap of [current status](https://github.com/graphql/graphql-wg/blob/main/rfcs/SemanticNullability.md):
161
+
- Solution 1 (`*`) refined, now described as "transitional" non-null, see [Benjie's detailed post with 60 second overview video](https://benjie.dev/graphql/nullability)
162
+
- Solution 6 is same as Solution 1 but with directive (`[Int] @semanticNonNull(levels: [0, 1])`) rather than syntax (`[Int*]*`)
163
+
- Solution 2-5: have been rejected by their respective champions
164
+
- Nullability WG reached consensus on solution 1 (solution 6 is already implemented in a number of places, and is easy to migrate to solution 1).
165
+
- New contender: [Solution 7](https://github.com/graphql/graphql-wg/discussions/1700)
166
+
1. Please give feedback on the following (2m, Martin)
167
+
1.[Appendix C: Type System Definitions](https://github.com/graphql/graphql-spec/pull/1037)
168
+
1.[Clarify validation of custom scalar literals](https://github.com/graphql/graphql-spec/pull/1156)
160
169
1.[Implementations may not deprecate a field that the interface hasn't deprecated](https://github.com/graphql/graphql-spec/pull/1053) (2m, Benjie)
0 commit comments