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

Articles

Uber Builds Scalable Chat Using Microservices with GraphQL Subscriptions and Kafka

The integration of GraphQL subscriptions with Uber's Chat API is revolutionizing the platform's user experience. This implementation empowers users with real-time updates, eliminating the need for constant polling and simplifying data fetching. With this integration, Uber is showcasing the effectiveness of GraphQL for building efficient and scalable real-time applications.

Moving to local-first state management with GraphQL

Are you considering moving to a local first-state management solution for your business? Looking to streamline your data flow and improve efficiency? Plain's latest article dives deep into the benefits of adopting GraphQL for this purpose, exploring its impact on performance and development. Discover how GraphQL empowers you to build powerful local state management solutions with ease.

What I’ve Learned About Operating GraphQL APIs at Scale

Are you grappling with the complexities of managing large-scale GraphQL APIs? Tired of fighting against data inconsistencies and inefficient workflows? Jovi's latest article explores the challenges faced when operating large-scale GraphQL APIs and presents solutions to help you overcome them. Discover the key takeaways and actionable tips for building and scaling efficient GraphQL APIs.

Visualizing federated GraphQL APIs with GraphOS Studio

Are you looking to visualize complex federated GraphQL APIs with ease? Apollographql's latest article introduces Graphos Studio, a tool designed to simplify this process. Learn how Graphos Studio empowers you to easily build and understand federated GraphQL APIs, fostering collaboration and improving overall development efficiency. Dive into this article and unlock the power of visualizing complex federated GraphQL APIs.

Events

Meetup, GraphQL Barcelona, April 9th

The GraphQL Barcelona meetup group is organizing their next meetup on April 9th with a focus on developer portals and how they can help focus. If you're in Barcelona, make sure to check this out!

Meetup, GraphQL London, April 30th

And the London GraphQL group is organizing their next event as well. They will cover a range of topics, from gql.tada, to GraphQLSP, urql, enterprise GraphQL usage and more. And there's pizza as well. If you're in London, you don't want to miss this one.

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.