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

Articles

API Orchestration with Connectors – Thinking in Entities

Learn how Apollo Connectors simplify API orchestration by identifying and connecting entities in REST APIs. Practical examples show patterns for efficient GraphQL-REST integration without writing BFF code.

How to write a successful conference proposal

Learn the secrets of crafting winning conference proposals from Donna Zhou, a GraphQL Java maintainer. Her step-by-step guide shares proven strategies and a real proposal example from GraphQLConf 2023.

Events

New innovations from Apollo

Join Apollo’s CTO and Head of Developer Relations on February 19th for an exclusive look at Apollo’s new and advanced innovations. Through interactive learnings and demos, you’ll learn how your team can leverage these groundbreaking features to transform hours of API orchestration work into just minutes, while advancing development speed, execution quality and API fidelity.

Videos

Blueprints of Successful GraphQL Architectures

Dive into real-world GraphQL success stories! Learn how enterprises tackle DB-driven APIs, scale across domains & overcome org size challenges. See actual architectures & lessons learned

Community & Open Source

Gato Multilingual for Polylang

Just launched: Gato Plugins - bringing GraphQL power to WordPress! First release is Gato Multilingual for Polylang, a plugin leveraging Gato GraphQL engine to handle multilingual content. All application logic runs through GraphQL queries. More plugins coming soon!

Compete for a $250 Gift Card by Building Conway’s Game of Life With GraphQL for Neo4j AuraDB Beta

Neo4j is inviting developers to participate in a competition to test GraphQL for Neo4j AuraDB in its pre-release beta phase. As a thank you for your time and effort, they are offering a $250 gift card and a Neo4j t-shirt to the winner!

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.