Skip to content

Commit 5686e5a

Browse files
authored
move Feb 2022 to March 09 (#77)
1 parent 6185064 commit 5686e5a

File tree

2 files changed

+79
-71
lines changed

2 files changed

+79
-71
lines changed

agendas/2022-02-22.md

Lines changed: 2 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,8 @@
11
# GraphQL-JS WG – February 2022
22

3+
### This call was moved to [March 09 2022](./2022-03-09.md) as discussed in [graphql-js-wg#76](https://github.com/graphql/graphql-js-wg/issues/76)
4+
35
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
46
relevant topics to core Javascript GraphQL projects. This is an open meeting in which
57
anyone in the GraphQL community may attend. *To attend this meeting or propose
68
agenda, edit this file.*
7-
8-
- **Date & Time**: [February 23 2021 17:00 - 20:00 UTC](https://www.timeanddate.com/worldclock/meetingdetails.html?year=2022&month=02&day=23&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 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
77-
1. _ADD YOUR AGENDA ABOVE_

agendas/2022-03-09.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# GraphQL-JS WG – March 2022 (replacement for February 2022 call)
2+
3+
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
4+
relevant topics to core Javascript GraphQL projects. This is an open meeting in which
5+
anyone in the GraphQL community may attend. *To attend this meeting or propose
6+
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 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
77+
1. _ADD YOUR AGENDA ABOVE_

0 commit comments

Comments
 (0)