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
Copy file name to clipboardExpand all lines: agendas/2022-02-22.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ agenda, edit this file.*
30
30
| Ivan Goncharov | ApolloGraphQL | Lviv, Ukraine |
31
31
| Saihajpreet Singh | The Guild | Ottawa, ON, CA |
32
32
| Laurin Quast | The Guild | Oftersheim, DE |
33
+
| Yaacov Rydzinski | Individual | Neve Daniel, IL |
33
34
|*ADD YOUR NAME ABOVE TO ATTEND*|
34
35
35
36
@@ -69,4 +70,7 @@ Example agenda item:
69
70
1. Inconsistent handling of directives [`graphql-js#3419`](https://github.com/graphql/graphql-js/issues/3419)
70
71
1. Roadmap to `v17`
71
72
1. Avoid using Node.js globals [`graphql-js#3501`](https://github.com/graphql/graphql-js/pull/3501)
73
+
1. Defer/stream implementation issues
74
+
- Discuss whether resolvers for list fields should be allowed to return an AsyncIterable or an AsyncIterable of Iterables (https://github.com/robrichard/defer-stream-wg/discussions/32#discussioncomment-2118286)
75
+
- Discuss whether for same reason the AsyncGenerator returned by execute should return single payloads or arrays of payloads
0 commit comments