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

Articles

REST API Orchestration With GraphQL

Declaratively integrate REST APIs into GraphQL schemas. Transform responses, parallelize calls, and handle auth with minimal configuration. Ship products faster with graph-based orchestration - no need to convert everything to GraphQL. Try it today!

Our Journey to Apollo Connectors

Declaratively integrate REST APIs into GraphQL. Transform responses, parallelize calls, handle auth. Ship products faster with graph orchestration. Try it free today!

Events

Apollo and AWS Meetups: Build with Apollo Connectors, AWS Lambda, DynamoDB, and Bedrock

Build apps with Apollo Connectors, AWS Lambda, DynamoDB & Bedrock. Followed by networking. Limited spots.

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

What’s New in GraphOS: Apollo Winter ’25 Release

Apollo's Winter '25 Release introduces Apollo Connectors for REST APIs, Router 2.0 with a native query planner, VS Code extension improvements, client library updates, and a new free plan to make building with Apollo easier than ever. Upgrade now to boost API performance and cut costs.

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.