Skip to content

Commit

Permalink
Added Rob to May WG (graphql#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
robrichard committed May 4, 2022
1 parent 213c22e commit 3267288
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions agendas/2022/2022-05-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ This is an open meeting in which anyone in the GraphQL community may attend.
| Joey Nenni | @joeynenni | PayPal | Austin, TX, US
| Yaacov Rydzinski | @yaacovcr | Individual | Neve Daniel, IL
| Roman Ivantsov | @rivantsov | Microsoft | Seattle, WA
| Rob Richard | @robrichard | 1stDibs | New York, NY, US

## Agenda

Expand All @@ -120,8 +121,11 @@ This is an open meeting in which anyone in the GraphQL community may attend.
- spec PR: https://github.com/graphql/graphql-spec/pull/941
- graphql-js PR: https://github.com/graphql/graphql-js/pull/3550
- discussion: https://github.com/graphql/graphql-wg/discussions/944
1. Defer/Stream: asynchronous iterators of iterables versus of items, continuation of last WG meeting (15 min, Yaacov)
- Should resolvers returning AsyncIterables returning AsyncIterables of items or AsyncIterables of Iterables of items?
- Should the AsyncGenerator returned by graphql-js yield items singly or yield all available items (in array or otherwise)?
- Background: https://github.com/robrichard/defer-stream-wg/discussions/38
- See above link for polls, still waiting for feedback explaining votes.
1. Defer/Stream
- asynchronous iterators of iterables versus of items, continuation of last WG meeting (15 min, Yaacov)
- Should resolvers returning AsyncIterables returning AsyncIterables of items or AsyncIterables of Iterables of items?
- Should the AsyncGenerator returned by graphql-js yield items singly or yield all available items (in array or otherwise)?
- Background: https://github.com/robrichard/defer-stream-wg/discussions/38
- See above link for polls, still waiting for feedback explaining votes.
- Stream Payload index format (10m, Rob)
- https://github.com/robrichard/defer-stream-wg/discussions/39

0 comments on commit 3267288

Please sign in to comment.