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

Articles

Fostering Real-Time Interactivity: A Guide to GraphQL Subscriptions in Django for Web APIs.

Tired of handling websockets for real-time updates in your Django web API? Buckle up, because this article will guide you through the power of GraphQL subscriptions and how to implement them in your Django project. Forget the complexity of websockets, and unlock the simplicity and efficiency of GraphQL subscriptions. Dive into the guide and unlock the future of real-time interactions with your Django web API.

GraphQL Types as a Superpower

Dive into the world of GraphQL types and discover why they're a game-changer for developers. From defining clear data structures to enhancing API flexibility, GraphQL types are your superpower in crafting efficient and maintainable applications. Let's unlock the potential of types together!

Load Testing Apollo Federation GraphQL APIs

Ready to test your Apollo Federation GraphQL APIs like a champion? Buckle up for this article where you'll learn how to load test them with ease. Say goodbye to cumbersome test frameworks and hello to a streamlined approach that will have you conquering those APIs in no time. Explore the world of load testing Apollo Federation and unlock the power of effortless API testing.

Tools & Open Source

Grats: A More Pleasant Way to Build TypeScript GraphQL Servers

What if building a GraphQL server were as simple as just writing functions? Your TypeScript resolvers are already annotated with type information. Grats uses those existing types to determine your GraphQL schema. When your implementation is your schema, there's no need for clever TypeScript tricks to validate that your code and schema match.

Looking for a GraphQL caching solution in Bun? It’s time to BuQL Up

Welcome to BuQL, the harmonizing of Bun and GraphQL, with ioredis included for the most optimal query response times. Any developer with a Bun-based codebase can now utilize BuQL as an Express middleware to intercept queries, returning the responses from a cache when possible and caching them otherwise. BuQL is able to bring all of this to the table in an easy-to-use npm package equipped with security features to mitigate risk.

Events

London GraphQL April | April 30th 7pm

This is going to be a meetup you don't want to miss, for both a delightful evening re-connecting with friends from the London GraphQL community as well as giving overseas friends an amazing welcome to the city 🙌

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.