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

Articles

GraphQL is a Misunderstood Framework

Is GraphQL right for your project? Amazon's Vignesh Kamath reveals when this query language shines, when it fails, and how tech giants like Netflix and PayPal use it effectively in production.

Events

[This week] Apollo and AWS in SF

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

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!

Community & Open Source

Apollo GraphQL ships connectors for REST APIs

Apollo's new tool integrates REST APIs into GraphQL architectures with no boilerplate coding. Alongside Router 2.0 and a free tier, developers can now orchestrate APIs faster with reduced infrastructure costs.

Videos

What Could Go Wrong with a GraphQL Query and Can OpenTelemetry Help

Discover how OpenTelemetry can address challenges when running GraphQL in production environments. This talk explores using GraphQL as a monolithic facade for microservices while maintaining reliability and performance through effective monitoring and troubleshooting techniques

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.