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

Articles

Introducing Isograph

Isograph is a feature-incomplete proof-of-concept framework for building React apps that fetch GraphQL data.

Intro to PostGraphile V5 (Part 1): Replacing the Foundations

In this informative read, Benjie dives into the exciting world of PostGraphile v5, revealing how it replaces the foundations of its predecessor. With a casual and approachable style, Graphile breaks down the concepts, providing a comprehensive introduction to help you navigate the intricacies of PostGraphile and enhance your development toolkit.

Relay GraphQL: the choice of a stable front-end

Check out the insightful article by Charly, where he explores the benefits of Relay GraphQL. With a laid-back and informative tone, Defer explains why Relay GraphQL has become the go-to choice for developers seeking reliability and performance. Whether you're a beginner or an experienced developer, this article offers valuable insights and practical tips to level up your front-end game.

Tools & Open Source

Ariadne, Schema-First GraphQL for Python

If you're looking for a schema-first Python library to implement your GraphQL server, look no further and give Ariadne a try!

Benzene

Benzene is a fast and minimal JavaScript GraphQL Server. In Chemistry, it is a building block chemical. In JavaScript, it is the building block for your next API.

Events

GraphQL Amsterdam Meetup with Booking.com and Albert Heijn | June 28th

The Amsterdam GraphQL Meetup is back! It's been a while since we all got together, and since then, so many local companies have joined the GraphQL Community. No reason to wait any longer. If you're in Amsterdam, or close, it's a great opportunity to get together in person, meet developers and companies who work with GraphQL, and share knowledge and tools.

GraphQL Gathering EU in Berlin | July 4th

We are excited to invite you to join us at GraphQL Gathering EU, hosted by the GraphQL Foundation. Taking place on July 4th at Spielfeld in the vibrant city of Berlin, this is an unconventional and innovative one-day event that brings together industry leaders, professionals, and enthusiasts in a collaborative and interactive environment. As an unconference, this event provides a unique opportunity for participants to actively engage in discussions, share ideas, and shape the agenda themselves.

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.