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-03-09.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ Example agenda item:
72
72
1. Roadmap to `v17`
73
73
1. Avoid using Node.js globals [`graphql-js#3501`](https://github.com/graphql/graphql-js/pull/3501)
74
74
1. Defer/stream implementation issues
75
-
- 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)
76
-
- Discuss whether for same reason the AsyncGenerator returned by execute should return single payloads or arrays of payloads
75
+
- Discuss whether resolvers for list fields should return an AsyncIterable or an AsyncIterable of Iterables (https://github.com/robrichard/defer-stream-wg/discussions/32#discussioncomment-2118286)
76
+
- Discuss whether the AsyncGenerator returned by execute should return single payloads or arrays of payloads
0 commit comments