A weekly newsletter of the best news, articles and projects about GraphQL

Events

GraphQL Summit, CFP Deadline on Monday, March 27th

Submit your talk proposal by Monday, March 27 if you're interested in speaking at GraphQL Summit.

Events

GraphQL Scale 2022 | Nov 15-16 2022, online

GraphQL Scale is the free online conference that focuses on large-scale GraphQL applications and cutting-edge innovations in federation, security, and data modeling. There will be a wide range of topics covered including: Building the Graph at Booking.com, Securing GraphQL APIs with Postman, GraphQL mocking with RedHat, and many more. Sign up to join the conference and see 20+ incredible talks in action.

Enterprise GraphQL Conference, Recordings

With Enterprise GraphQL Conference being over, Hasura made the recordings available for everyone to rewatch. Listen to talks from leaders at Hasura, Goldman Sachs, and Optum on various topics related to GraphQL.

Events

GraphQL Scale 2022 | Nov 15-16 2022, online

The GraphQL Scale is the free online conference that focuses on large-scale GraphQL applications and cutting-edge innovations in federation, security, and data modeling. There will be a wide range of topics covered including: Building the Graph at Booking.com, Securing GraphQL APIs with Postman, GraphQL mocking with RedHat, and many more. Sign up to join the conference and see 20+ incredible talks in action.

Events

Enterprise GraphQL Conference | Nov 10 2022, online

Learn how some of the world’s largest enterprises use GraphQL to enable data-as-a-service and eliminate common data access and management challenges.

Events

GraphQL Summit | Oct 3-5, San Diego, CA

GraphQL Summit is back for three days of insights, hands-on learning, and fun to celebrate the GraphQL community. Tickets are still available and we’d love to see you there!

Events

GraphQL Conf. 2022 | Sept 29 2022, online

The GraphQL Conf. 2022 is around the corner. This event features industry experts discussing the best practices of GraphQL and a full-day networking opportunity through Discord. The conference is made available online for free to everyone in the GraphQL community. View the top-notch GraphQL talks from anywhere by joining the conference.

Events

GraphQL Conf. 2022 | Sept 29 2022, online

The GraphQL Conf. 2022 is around the corner. This event features industry experts discussing the best practices of GraphQL and a full-day networking opportunity through Discord. The conference is made available online for free to everyone in the GraphQL community. View the top-notch GraphQL talks from anywhere by joining the conference.

Events

GraphQL Summit | Oct 3-5 2022

GraphQL Summit is back in San Diego for three days of insights, hands-on learning, and fun to celebrate the GraphQL community. Tickets are still available, and we’d love to see you there.

Events

GraphQL Conf 2022 | June 7-8, Austin, TX

Anybody close to Austin (or up for a last-minute trip), GraphQL Conf 2022 will be in Austin, TX, next week, with fantastic talks, workshops, and a chance to meet some of the leading folks working with GraphQL. And the GraphCDN team will be there as well.

Events

GraphQL Conf 2022

The GraphQL Foundation's inaugural GraphQL Conf will be co-located with OpenJS World and cdCon in Austin, TX, on June 7-8, 2022. This collaborator summit-style event will be an opportunity for core GraphQL spec and implementation developers to meet in person, discuss recent work, and plan for the future.

Events

GraphQL Conf 2022

The GraphQL Foundation's inaugural GraphQL Conf will be co-located with OpenJS World and cdCon in Austin, TX, on June 7-8, 2022. This collaborator summit-style event will be an opportunity for core GraphQL spec and implementation developers to meet in person, discuss recent work, and plan for the future. All attendees of OpenJS World and CDcon are welcome.

GraphQL Contributor Day | May 03, 2022

The goal of this event is to not only give essential updates to the community but also as a forum to provide a voice for anyone using GraphQL to have direct access to core contributors and authors of various libraries and frameworks through live chat and an online broadcast.

Events

GraphQL Contributor Day | May 3 2022

The next GraphQL Contributor day is just around the corner on May 2nd, 2022. Make sure to sign up to get important updates and hear from core contributors and the GraphQL community.

Events

GraphQL Contributor Day | May 03, 2022

The next GraphQL Contributor Day will be held online on May 3rd, 2022. Speakers include Dustin Goodman, Jamie Barton, Ebenezer Don, and Kyle Schrade. Make sure to sign up; it’s free!

Events

State of GraphQL | February 2022 | Recording

There is no need to worry if you missed the live State Of GraphQL event on February 1st. The recording is now available on YouTube, and I’d encourage you to give this a listen!

Events

State of GraphQL | Feb 1, 2022

Keep up with modern web technology advancements through This Dot Labs' special “State of” events. This month, they are bringing you a “State of GraphQL” panel. Hear from core contributors & more about upcoming releases, recent milestones, and community initiatives!

Events

GraphQL Contributor Days | Dec 7

This Dot and Hasura present GraphQL Contributor Days!, an event to not only give important updates to the community but also provide a forum for anyone using GraphQL to have direct access to core contributors and authors of various libraries and frameworks through live chat and an online broadcast.

GraphQL Galaxy | Dec 9 & 10

Want to know the future of the GraphQL ecosystem and get in touch with its stellar pros? Attend a 2-day conference on all things GQL, gathering thousands of international software engineers in the cloud on December 9-10.

Feeling nerdy? Query issues of GraphQL Weekly, with GraphQL itself!
Powered by the GraphQL Playground
Enter a query
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  allIssues {
    id
    title
    published
    number
    date
    author {
      avatarUrl
      description
      name
    }
  }
}
or press CMD + Enter
Result
Curated by Stellate, and the awesome GraphQL community.