Skip to content

Commit 147d970

Browse files
authored
update agenda and add @saihaj and @n1ru4l (#81)
1 parent e7ff52a commit 147d970

File tree

2 files changed

+15
-72
lines changed

2 files changed

+15
-72
lines changed

agendas/2022-03-09.md

Lines changed: 1 addition & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,7 @@
11
# GraphQL-JS WG – March 2022 (replacement for February 2022 call)
22

3+
### This call was cancelled as discussed in [graphql-js-wg#79](https://github.com/graphql/graphql-js-wg/issues/79)
34
The GraphQL Working Group meets monthly to discuss proposed changes to the [GraphQL-JS](https://github.com/graphql/graphql-spec) library, other related foundation libraries like [express-graphql](https://github.com/graphql/express-graphql) and [graphql-relay-js](https://github.com/graphql/graphql-relay-js) and other
45
relevant topics to core Javascript GraphQL projects. This is an open meeting in which
56
anyone in the GraphQL community may attend. *To attend this meeting or propose
67
agenda, edit this file.*
7-
8-
- **Date & Time**: [March 9 2021 17:00 - 20:00 UTC](https://www.timeanddate.com/worldclock/meetingdetails.html?year=2022&month=03&day=09&hour=17&min=0&sec=0&p1=224&p2=179&p3=136&p4=37&p5=239&p6=101&p7=152)
9-
- **Calendar**:
10-
[Google Calendar](https://calendar.google.com/calendar/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com) or [ical file](https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics). Email [[email protected]](mailto:[email protected]) to be added directly to the invite.
11-
12-
<small>*NOTE:* Meeting date and time may change. Please check this agenda the week of the meeting to confirm.</small>
13-
- **Video Conference Link**: https://zoom.us/j/96871026087
14-
- Password: graphqljs
15-
- **Live Notes**: TBD
16-
17-
## Attendees
18-
19-
> **Guidelines**
20-
> - Before attending, you (or your organization) must sign the [Specification Membership Agreement](https://github.com/graphql/foundation).
21-
> - To respect meeting size, attendees should be relevant to the agenda.
22-
> - If you're willing to take notes, add "✏️" after your name (eg. Ada Lovelace ✏)
23-
> - Include the organization (or project) you represent, and the location (including [country code](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes#Current_ISO_3166_country_codes)) you expect to be located in during the meeting.
24-
> - Read and follow the [participation guidelines](https://github.com/graphql/graphql-js-wg#participation-guidelines) and [code of conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md).
25-
>
26-
> **By joining the meeting you consent to being recorded and agree to the Specification Membership Agreement, participation guidelines, and code of conduct. Meetings may be recorded, by joining you grant permission to be recoded.**
27-
28-
| Name | Organization / Project | Location |
29-
| ------------------------------- | ---------------------- | ---------------- |
30-
| Ivan Goncharov | ApolloGraphQL | Lviv, Ukraine |
31-
| Saihajpreet Singh | The Guild | Ottawa, ON, CA |
32-
| Laurin Quast | The Guild | Oftersheim, DE |
33-
| Yaacov Rydzinski | Individual | Neve Daniel, IL |
34-
| Rob Richard | 1stDibs | New York, US |
35-
| *ADD YOUR NAME ABOVE TO ATTEND* |
36-
37-
38-
## Agenda
39-
40-
> **Guidelines**
41-
>
42-
> - To cover everything, discussion may be time-constrained. Topics that require less time should be covered first. Most topics take 15-30 minutes.
43-
> - Include any and all relevant links (RFC, issues & PRs, presentations). If there are no relevant links, open an issue to provide context and link to that.
44-
> - Read the [spec contribution guide](https://github.com/graphql/graphql-spec/blob/master/CONTRIBUTING.md).
45-
46-
<!--
47-
48-
Example agenda item:
49-
50-
1. Discuss moving the subscriptions proposal to stage 2 (30m, Lee)
51-
- [Subscriptions RFC](link.to/the-relevant/pr-or-issue-or-doc)
52-
- [GraphQL.js PR](github.link/to/the/project/pr)
53-
- [Another Relevant Link](youre.getting/the-idea.now)
54-
55-
-->
56-
57-
1. Agree to Membership Agreement, Participation Guidelines and Code of Conduct (1m, Ivan)
58-
- [Specification Membership Agreement](https://github.com/graphql/foundation)
59-
- [Participation Guidelines](https://github.com/graphql/graphql-js-wg#participation-guidelines)
60-
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
61-
1. Introduction of attendees (5m, Ivan)
62-
1. Determine volunteers for note taking (1m, Ivan)
63-
1. Review agenda (2m, Ivan)
64-
1. Review previous meeting's action items (5m, Ivan)
65-
- [All action items](https://github.com/graphql/graphql-js-wg/issues)
66-
- [Require opt-in to allow `@defer`/`@stream`](https://github.com/robrichard/defer-stream-wg/discussions/12)
67-
1. Canary Releases [`graphql-js#3383`](https://github.com/graphql/graphql-js/issues/3383)
68-
1. Potential concerns with current implementation (5m, Saihaj)
69-
1. Road to ESM [`graphql-js#3361`](https://github.com/graphql/graphql-js/pull/3361) (10m, Saihaj)
70-
1. Introspection query type issues [`graphql-js#3409`](https://github.com/graphql/graphql-js/issues/3409)
71-
1. Inconsistent handling of directives [`graphql-js#3419`](https://github.com/graphql/graphql-js/issues/3419)
72-
1. Roadmap to `v17`
73-
1. Avoid using Node.js globals [`graphql-js#3501`](https://github.com/graphql/graphql-js/pull/3501)
74-
1. Defer/stream implementation issues
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
78-
1. _ADD YOUR AGENDA ABOVE_

agendas/2022-03-30.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ agenda, edit this file.*
2929
| ------------------------------- | ---------------------- | ------------- |
3030
| Ivan Goncharov | ApolloGraphQL | Lviv, Ukraine |
3131
| Shuchi Agrawal | Individual | Brooklyn, US |
32+
| Saihajpreet Singh | The Guild | Ottawa, ON, CA|
33+
| Laurin Quast | The Guild | Oftersheim, DE|
3234
| *ADD YOUR NAME ABOVE TO ATTEND* | | |
3335

3436

@@ -59,4 +61,16 @@ Example agenda item:
5961
1. Review agenda (2m, Ivan)
6062
1. Review previous meeting's action items (5m, Ivan)
6163
- [All action items](https://github.com/graphql/graphql-js-wg/issues)
64+
- [Require opt-in to allow `@defer`/`@stream`](https://github.com/robrichard/defer-stream-wg/discussions/12)
65+
1. Canary Releases [`graphql-js#3383`](https://github.com/graphql/graphql-js/issues/3383)
66+
1. Potential concerns with current implementation (5m, Saihaj)
67+
1. Road to ESM [`graphql-js#3361`](https://github.com/graphql/graphql-js/pull/3361) (10m, Saihaj)
68+
1. Introspection query type issues [`graphql-js#3409`](https://github.com/graphql/graphql-js/issues/3409)
69+
1. Inconsistent handling of directives [`graphql-js#3419`](https://github.com/graphql/graphql-js/issues/3419)
70+
1. Roadmap to `v17`
71+
1. Avoid using Node.js globals [`graphql-js#3501`](https://github.com/graphql/graphql-js/pull/3501)
72+
1. Defer/stream implementation issues
73+
- 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)
74+
- Discuss whether the AsyncGenerator returned by execute should return single payloads or arrays of payloads
75+
- Cf. https://github.com/yaacovCR/graphql-executor/pull/154#issue-1123990934
6276
1. ADD YOUR ACTION ITEMS ABOVE_

0 commit comments

Comments
 (0)