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

Articles

Build GraphQL-powered Generative AI applications with Amazon Bedrock and AWS AppSync

In this article, Ike Gabriel Yuson delves into the intersection of GraphQL and generative AI, demonstrating how Amazon Bedrock and AWS AppSync can be leveraged to build scalable and extensible applications. The author illustrates the benefits of using GraphQL's flexible schema and query capabilities to seamlessly integrate AI-generated content with existing data sources. By exploring real-world use cases and best practices, this article provides a comprehensive guide for developers seeking to harness the power of GraphQL in their generative AI projects.

Partial Query Caching + @defer to Stream Partial Cache Hits to the Client Immediately

For over a year Stellate has been shipping iterations of partial query caching (PQC), a feature set that leverages GraphQL’s novel structure to improve performance. Performance means different things to different people, but they’ve been building for two roles in particular: engineers and end-users (users). They’ve already shipped big wins for developers with PQC, but it only benefited users in specific scenarios. Today, they’re introducing native support for PQC + @defer so that everyone wins.

Mastering GraphQL Server Implementation with Ballerina

In this article, the author provides a comprehensive guide to implementing a GraphQL server using Ballerina. The article delves into the benefits of using Ballerina for building scalable and efficient GraphQL servers, highlighting its strengths in handling concurrent requests and providing robust error handling. With a focus on real-world examples and best practices, the author walks readers through the process of setting up a GraphQL schema, defining resolvers, and integrating with databases. By mastering Ballerina's GraphQL implementation, developers can build robust and performant APIs that seamlessly integrate with their existing technology stacks.

Tools & Open Source

Introducing the Composite Schemas Working Group

Key vendors in the GraphQL ecosystem are working together to standardize enterprise-scale collaborative GraphQL schema design.

GatoGraphQL v2.3

The team released a new PRO integration with Polylang, Gato GraphQL YouTube channel, and more

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.