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

Articles

Cache requests containing non-cacheable data with Partial Query Caching

Dive into the nuanced world of caching with Stellate's latest blog post. Uncover the complexities of handling non-cacheable data through a practical lens, exploring the why and how behind this crucial aspect of data management. Whether you're a seasoned developer or just curious about the intricacies of caching, this read offers a balanced insight without overwhelming tech jargon.

pg_graphql: Postgres functions now supported

Embark on a database journey with Supabase's latest blog post. Delve into the realm of PostgreSQL functions and GraphQL, where practical insights await curious developers. This read strikes a balance between depth and accessibility, offering a friendly guide for those navigating the intricacies of database functionalities. Whether you're a seasoned pro or just starting, this article promises valuable takeaways without drowning you in technicalities.

Grafbase: Introducing Federated Graphs

Join the exploration into federated graphs with Grafbase's latest changelog. This concise yet informative article navigates the realm of distributed data, shedding light on the intricacies of federated graphs. Geared towards developers seeking clarity, it strikes a balance between technical depth and approachable insights. Dive into this read for a pragmatic understanding of federated graphs without overwhelming complexity.

Real-Time Communication with GraphQL Subscriptions — A Trading app sample

Embark on a journey into real-time communication with GraphQL subscriptions through PC Pratheesh's latest Medium article. In this insightful piece, the author unveils the practicalities of implementing real-time features using GraphQL, using a trading app as a tangible example. It's a down-to-earth guide for developers seeking a hands-on understanding of GraphQL subscriptions and their application in real-world scenarios.

Tools & Open Source

Will it Comp-Ho-Ho-Hose?

The WunderGraph team released a nice little game for the holiday season that teaches you more about GraphQL Federation.

Podcasts & Shows

GraphQL Radio with Miles Bardon, Sr. Software Engineer at The LEGO Group

Enjoy the latest GraphQL Radio episode diving into topics ranging from Serverless to Federation and everything in between. Miles shares insights into how The LEGO Group uses GraphQL, the challenges they experienced and how the overcame those.

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.