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

Articles

Microsoft Fabric API for GraphQL is no Generally Available

The Data API for Microsoft Fabric is now generally available. Use GraphQL to efficiently query multiple Fabric and Azure data sources, including Lakehouses, Data Warehouses, Datamarts, Mirrored DBs, and the new Fabric SQL Database. Lern more in our launch blog post.

Crystallize Advanced GraphQL API Usage

A few advanced GraphQL queries that will help you enhance your eCommerce functionality.

Inigo - Why We Added Vercel Support and What It Means for Developers

Supporting Vercel Routing: How We Added Support for GraphQL Server on Vercel—and What It Means for Our Customers

Videos

GraphQL in the Era of React Server Components

Explore how GraphQL fits into modern data fetching alongside tRPC and React Server Components. We'll examine the shift towards RPC-style approaches, compare different data handling methods, and evaluate GraphQL's unique advantages in today's evolving web development landscape.

Championing the GraphQL Client in a Modern Platform

Join leading platform teams in mastering GraphQL client libraries for enterprise API development. Learn essential design patterns, adoption strategies, and real-world insights from successful implementations. Get practical guidance for every stage - from initial setup to advanced platform integration.

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.