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

Articles

Inigo GraphQL, Advanced Alerts for Your GraphQL APIs

Monitoring GraphQL APIs has its own set of challenges. With their newly released advanced alerts, Inigo provides a crucial building block in making sure you're always aware how your API is doing and can address issues as soon as they come up.

Native Subscriptions in Federated GraphQL with Cosmo Router

Embark on a journey through federated GraphQL and native subscriptions in this article. The author shares insights into the integration of Cosmo Router, unraveling the complexities to make it accessible for developers. It's a down-to-earth guide that navigates the intricacies of native subscriptions, providing practical knowledge for those delving into the world of federated GraphQL.

How to Perform CSRF Attack in GraphQL

Explore the nuances of GraphQL security in this insightful article. The author takes a practical approach, delving into the mechanics of performing a CSRF attack within a GraphQL API. With a straightforward narrative, this piece provides valuable insights for developers keen on understanding and fortifying their systems against potential vulnerabilities.

Tools & Open Source

gql.tada 🪄

The gql.tada project aims to improve the experience of writing and using GraphQL with TypeScript on the client-side by providing more feedback when writing GraphQL, and reducing friction between TypeScript and GraphQL. gql.tada as a project was started to answer the question: “Why can’t we teach TypeScript to understand the GraphQL query language?”

Videos

Jamie's 3 minute intro to gql.tada 🎉

If the gql.tada documentation above isn't enough to get you interested, maybe this 3-minute video by Jamie Barton can. He shows you how to get started and take advantage of the improvements this new library offers.

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.