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

Articles

BlueSky GraphQL Feed

Content from the GraphQL community on Bluesky!

Podcasts and Shows

From .mobi Over GraphQL to Quarkus Dev UI--airhacks.fm

An episode with Phillip Krueger about: .mobi and early Enterprise Java, GraphQL, SmallRye, MicroProfile and Quarkus.

Videos

From Prototype to Production: Efficiently building custom GraphQL APIs

Learn to build powerful GraphQL APIs with TypeScript & NodeJS - from rapid prototyping to advanced customization, data integration, and security features that scale with your needs.

The Power of Strongly Coupled GraphQL Queries for Internal APIs

Discover how to build lean, purpose-driven GraphQL APIs by coupling queries directly with your components. Learn to eliminate complexity while boosting performance and maintainability.

GraphQLs Future is Rooted in Governance

Explore how GraphQL's enterprise adoption depends on robust governance. Learn why metadata-driven implementations and federation capabilities position GraphQL as the ideal solution for scalable, compliant data management in modern enterprises.

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.