Skip to content

Commit bbee5d6

Browse files
authored
Reorder schedule again (#1717)
1 parent 547afb8 commit bbee5d6

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

agendas/2025/04-Apr/03-wg-primary.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ hold additional secondary meetings later in the month.
129129
1. Open Telemetry Sub Commitee announcement (2m, Pascal)
130130
1. [Add 'extensions' to request](https://github.com/graphql/graphql-spec/pull/976) (5m, Benjie)
131131
- RFC2, no GraphQL.js changes needed. 4 TSC approvals. Plan: RFC3.
132+
1. [Provision for unknown request information](https://github.com/graphql/graphql-spec/pull/1151) (5m, Martin)
133+
- 2 TSC approvals
132134
1. Defer/Stream Updates (10m, Rob)
133135
1. Merged: [Consistently use result map when referring to objectTypes selection set result.](https://github.com/graphql/graphql-spec/pull/1148)
134136
1. Editorial: [Define _response payload_](https://github.com/graphql/graphql-spec/pull/1149)
@@ -144,9 +146,6 @@ hold additional secondary meetings later in the month.
144146
1. [Clarify 'Values of Correct Type' rule relates to literals](https://github.com/graphql/graphql-spec/pull/1118)
145147
- Editorial. Aim: merge. Needed by oneOf.
146148
- 2 TSC approvals
147-
1. Martin's editorial PRs (10m, Martin)
148-
1. [Provision for unknown request information](https://github.com/graphql/graphql-spec/pull/1151)
149-
- 2 TSC approvals
150149
1. Clarify "before execution begins" (10m, Benjie and Martin)
151150
1. [Define 'execution' as in 'before execution begins'](https://github.com/graphql/graphql-spec/pull/894)
152151
- Editorial, aim: merge.
@@ -157,6 +156,16 @@ hold additional secondary meetings later in the month.
157156
- [Reference implementation](https://github.com/graphql/graphql-js/pull/4364)
158157
1. [Make `includeDeprecated` non-null](https://github.com/graphql/graphql-spec/pull/1142) (10m, Martin)
159158
- advance to RFC2/RFC3?
159+
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)
160169
1. [Implementations may not deprecate a field that the interface hasn't deprecated](https://github.com/graphql/graphql-spec/pull/1053) (2m, Benjie)
161170
- RFC2, 4 TSC approvals, [GraphQL.js PR merged](https://github.com/graphql/graphql-js/pull/3986). Plan: RFC3.
162171
1. [Prevent @skip and @include on root subscription selection set](https://github.com/graphql/graphql-spec/pull/860) (5m, Benjie)
@@ -165,14 +174,9 @@ hold additional secondary meetings later in the month.
165174
- RFC2. 162 👍s, implemented unflagged in GraphQL.js 15, 16; GraphQL.NET v8; GraphQL Java v21.2. Aim: RFC3.
166175
1. [Default value coercion rules](https://github.com/graphql/graphql-spec/pull/793) (15m, Benjie)
167176
- RFC2, 2 TSC approvals, [GraphQL.js PR merged](https://github.com/graphql/graphql-js/pull/3814). Aim: RFC3.
168-
1. Reaching a consensus on Semantic Nullability (25m, Alex)
169177
1. [Define Data Collections used in the spec](https://github.com/graphql/graphql-spec/pull/1102) (20m, Benjie)
170178
- RFC2, aim: RFC3.
171179
- Then: [Recommend that order of unordered collections is maintained where possible](https://github.com/graphql/graphql-spec/pull/1092)
172180
- RFC2, aim: RFC3.
173181
- Then: [Type system ordering of: object interfaces, directive arguments, input object fields, enum values](https://github.com/graphql/graphql-spec/pull/1063)
174182
- RFC2, aim: RFC3.
175-
1. Please give feedback on the following (2m, Martin)
176-
1. [Appendix C: Type System Definitions](https://github.com/graphql/graphql-spec/pull/1037)
177-
1. [Clarify validation of custom scalar literals](https://github.com/graphql/graphql-spec/pull/1156)
178-

0 commit comments

Comments
 (0)