Skip to content

Commit 7fe64f1

Browse files
authored
Update 3/2022 agenda
= edit wording for defer/stream implementation issues = add link for context
1 parent 5686e5a commit 7fe64f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

agendas/2022-03-09.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Example agenda item:
7272
1. Roadmap to `v17`
7373
1. Avoid using Node.js globals [`graphql-js#3501`](https://github.com/graphql/graphql-js/pull/3501)
7474
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
77+
- Cf. https://github.com/yaacovCR/graphql-executor/pull/154#issue-1123990934
7778
1. _ADD YOUR AGENDA ABOVE_

0 commit comments

Comments
 (0)