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

Videos

Build Confidently How Catch and Error Handling Pave the Way to Confidence in Field Nullability

Discover how GraphQL Clients can unlock Semantic Nullability, empowering developers to differentiate between error nulls and true nulls. Learn how the @catch directive is transforming error handling and opening doors to new capabilities.

Revolutionizing Data Access Using GraphQL in the Oracle Database

Discover how Oracle Database 23ai revolutionizes data access with GraphQL integration. Learn about Duality Views that let you store data in efficient relational tables while accessing it as JSON documents—transforming modern application development.

Design Principles of Federated GraphQL

Explore how a multi-organization working group is developing an open standard for federated GraphQL. Learn how this evolution builds on Apollo Federation's success to solve microservice challenges across team boundaries.

Events

[This week] Apollo and AWS in Seattle

Don't miss this FREE 90-min hands-on workshop to build scalable apps with Apollo Connectors, AWS Lambda, DynamoDB & Bedrock at the AWS Seattle space on 3/11, 4-7:15pm. Learn from experts, grow your network. Limited spots - register now!

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.