The GraphQL Working Group meets monthly to discuss proposed additions to the GraphQL Specification and other relevant topics to core GraphQL projects. This is an open meeting in which anyone in the GraphQL community may attend. To attend this meeting or propose agenda, edit this file.
-
Date & Time: February 6th 2020 17:00 - 20:00 UTC, or subscribe (Google Calendar, ical file).
NOTE: Meeting date and time may change. Please check this agenda the week of the meeting to confirm.
-
Video Conference Link: https://zoom.us/j/593263740
- Password: graphqlwg
-
Live Notes: https://docs.google.com/document/d/1T7WVApYq9CJlZHKQa8FUaZ5HMeI3upTVPVJef3JrpKI/edit?usp=sharing
-
Video Recording: https://www.youtube.com/watch?v=a0xwVVhH6rI
Guidelines
- Before attending, you (or your organization) must sign the Specification Membership Agreement.
- To respect meeting size, attendees should be relevant to the agenda.
- If you're willing to take notes, add "✏️" after your name (eg. Ada Lovelace ✏)
- Include the organization (or project) you represent, and the location (including country code) you expect to be located in during the meeting.
- Read and follow the participation guidelines and code of conduct.
Name | Organization / Project | Location |
---|---|---|
Lee Byron | GraphQL Foundation | San Francisco, CA, US |
Andi Marek | GraphQL-Java/Atlassian | Sydney, AU |
Benjie Gillam ✏ | GraphiQL / Graphile | Southampton, UK |
Ivan Goncharov | GraphQL.js | Denpasar, ID |
Matt Farmer | Individual Contrib | Oakland, CA, US |
Liliana Matos | 1stdibs | New York, NY, US |
Rob Richard | 1stdibs | New York, NY, US |
Jesse Rosenberger | Apollo | Helsinki, FI |
Michael Staib | ChilliCream | Zurich, CH |
Rafael Staib | ChilliCream | Zurich, CH |
Pascal Senn | ChilliCream | Zurich, CH |
Kewei Qu | New York, NY, US | |
Jafar Husain | Menlo Park, CA, US | |
Alan Cha ✏ | IBM Research | Yorktown Heights, NY, US |
Morris Matsa | IBM | Boston, US |
Greg Kesler | Intuit | Mountain View, CA, US |
Orta Therox | Microsoft / me | San Francisco, CA, US |
Evan Huus | Shopify | Ottawa, ON, CA |
ADD YOUR NAME ABOVE TO ATTEND |
Guidelines
- To cover everything, discussion may be time-constrained. Topics that require less time should be covered first. Most topics take 15-30 minutes.
- 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.
- Read the spec contribution guide.
- Introduction of attendees (5m, Lee)
- Agree to Specification Membership Agreement and Code of Conduct (1m, Lee)
- Determine volunteers for note taking (2m, Lee)
- Review agenda (2m, Lee)
- Review previous meeting's action items? (Skipped due to agenda coverage) (5m, Lee)
- Update on Spec freeze and 2020 release schedule (5m, Lee)
- Custom Scalar Specification URIs Update (10m, Matt Farmer)
- Waiting for
graphql-js
15.0.0
to be cut. Scheduled to be included in15.1.0
which would be released a week or two later. Relevant Discussion. - Seeking validation on how to handle use-case where a scalar is extended multiple times, which results in the directive being included in the
typeExtensionsMap
multiple times. Currently taking the last element. - Custom Scalar Specification URIs RFC Issue
- Custom Scalar Specification URIs RFC PR
- GraphQL.js PR
- Waiting for
- Discuss deprecation of input fields. There was an older PR (graphql/graphql-spec#525) which seems abandonded. Are there any blocker to move this forward? (15min, Andi)
- Discuss full unicode support. There was a PR (graphql/graphql-spec#231) which was never merged. GraphQL Java and GraphQL Ruby and probably more implementation support full unicode support already. What are the challenges here? (15min, Andi)
- Discuss backwards compatible introspection: the spec is about to add two new introspection fields (
isRepeatable
andspecifiedBy
) to Introspection. Together withdescription
it becomes increasily difficult for clients to query the full Introspection data. Should there be a more general solution? (15min, Andi) - Discuss @defer and @stream strawman proposal and questions in the comment (30m, Kewei, Jafar, Jennifer)
- I'd like to get an idea of what people want from the website redesign (10m, Orta)