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: April 2nd 2020 16:00 - 19: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/1IElYaroab82It4yJ5cMc9hEZm7HNk1wabufX0YNMOZg/edit?usp=sharing
-
Video Recording: https://www.youtube.com/watch?v=bCXQsfIgTng
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.
By joining the meeting you consent to being recorded and agree to the Specification Membership Agreement, participation guidelines, and code of conduct.
Name | Organization / Project | Location |
---|---|---|
Lee Byron | GraphQL Foundation | San Francisco, CA, US |
Matt Farmer | Individual Contrib | Oakland, CA, US |
Michael Staib | ChilliCream | Zurich, CH |
Matt Mahoney | New York, NY, US | |
Benjie Gillam ✏ | Graphile | Southampton, UK |
Ivan Goncharov | graphql-js | Lviv, UA |
Evan Huus | Shopify | Ottawa, ON, CA |
Robert Zh | AWS | Redmond, WA |
Morris Matsa | IBM | Boston, US |
Mike Marcacci | Marcacci Labs | Woodside, CA |
Trevor Scheer | Apollo | Las Vegas, NV, US |
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 Membership Agreement, Participation Guidelines and Code of Conduct (1m, Lee)
- Determine volunteers for note taking (2m, Lee)
- Review agenda (2m, Lee)
- GraphQL Foundation Turns 1! See the Annual Report: https://foundation.graphql.org/annual-report-2019/
- Custom scalar specification URIs (5m, Evan Huus / Matt Farmer)
- Status check, still waiting on graphql-js
- Input union RFC (5m, Evan Huus / Vince Foley)
- We said we'd have a working session with the champions but couldn't schedule something. Do we want to try again or find a different process?
application/graphql
media type status (10m, Benjie)- Referenced by graphql.org - "Serving over HTTP"
- Not officially registered? RFC6838 - Media Type Specifications and Registration Procedures and IANA media types
- Other derivatives, e.g.
application/graphql+json
for{"query": "...", "variables": {...}, "operationName": "..."}