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

Articles

GraphQL-Fusion: An open approach towards distributed GraphQL

In this laid-back exploration, readers are invited to delve into the world of GraphQL Fusion. The article at the provided link offers a casual yet informative take on this intriguing topic. Without giving too much away, it promises an insightful journey through the fusion of GraphQL with other technologies, making it a must-read for those looking to expand their GraphQL horizons.

Building type safe GraphQL APIs with Prisma and Pothos

Step into the realm of GraphQL development with this down-to-earth article available at the provided link. Readers will find a practical guide that takes a relaxed approach to building a type-safe GraphQL API. It offers valuable insights without overwhelming technical jargon, making it an ideal read for those looking to enhance their GraphQL expertise in a straightforward manner.

Relay-style GraphQL

Take a leisurely stroll through the world of Relay-style GraphQL with the article found at the provided link. It offers a relaxed, informative perspective on this topic, perfect for those looking to gain a better understanding without diving too deep into technical intricacies. This article promises a laid-back yet insightful journey into the realm of Relay-style GraphQL, catering to readers seeking a more casual exploration of the subject matter.

An Introduction to WunderGraph Cosmo: The Future of Federated Graphs in Enterprise

Join the author on a laid-back journey into the world of Wundergraph Cosmo with this article, available at the provided link. It offers a relaxed introduction to the future of federated graphs in enterprise environments. Without overwhelming technical details, it's an ideal read for those interested in exploring this emerging technology at a comfortable pace, making it a great starting point for understanding the potential of Wundergraph Cosmo.

Tools & Open Source

Turn multiple data sources into a single GraphQL API

Graphweaver is a modern serverless approach to problems previously solved by Enterprise Service Busses (ESBs) and Content Management Systems (CMSs).

Introducing SpectaQL 2.0 - an even more powerful, easy way to autogenerate GraphQL API documentation

In this casually informative article available at the provided link, readers are invited to explore SpectaQL 2.0. It offers a straightforward take on this technology without getting lost in complex technicalities. It's an ideal read for those who want to get acquainted with SpectaQL's latest version at their own pace, making it a valuable resource for those seeking a clear understanding of its capabilities.

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.