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

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

Videos

Building Agentic GraphQL APIs With LLM Tool Use & Knowledge Graphs

This talk from the APIs Devroom at FOSDEM 2025 introduces Modus, an open source framework for building intelligent GraphQL APIs powered by WebAssembly. We will learn how Modus auto-generates GraphQL APIs inferred by user-defined types and uses WebAssembly to enable highly performant and scalable APIs that run in a sandboxed memory efficient environment. Modus also brings the power of open source AI models to the API developer with first class support for working with AI models. We will demo using Modus to build an agentic API capable of fetching data from multiple sources and analyzing the data in real-time using knowledge graph RAG to make decisions using LLM tool use.

Efficient Cross-Platform GraphQL and State Management with React Native

Learn to build seamless GraphQL + React Native apps that work everywhere. Perfect for devs looking to level up their mobile development skills. Don't miss this practical workshop!

Getting Your Data Ready for AI With a Unified GraphQL and SQL Endpoint

Build a unified, secure interface for advanced AI. Hands-on exercises with Anthropic API.

Videos

Doing the bare minimum with Isograph @ SF GraphQL

Discover how Isograph helps developers build lightning-fast apps with minimal overhead, bringing enterprise-level frontend optimizations from big tech to everyone through an innovative compilation approach.

GraphQL BFFs and AI

Discover the power of GraphQL APIs for AI applications. Easily connect models, databases, and systems while enabling tailored data views for each app. No more one-size-fits-all approaches.

Why You Should Use Implementation-First to Build Your GraphQL Schema

Explore the overlooked "implementation-first" approach used by Facebook for GraphQL servers. Learn why inferring schemas from code and business logic is often the optimal choice for projects.

Videos

API Orchestration in 30 Minutes: A Stripe Checkout Workflow with Apollo Connectors

Learn how GraphQL can now help you orchestrate your API calls. Using the Stripe REST API in the context of a real-world use case, create products with pricing information and ultimately create a checkout session in minutes.

Orchestrating OData APIs with Apollo Connectors in 30 minutes

Build an API orchestration layer for any OData API now with GraphQL. See first-hand how easy it is to expose existing REST APIs through the power of Apollo Connectors and how this ground-breaking feature can support your team in minutes.

Videos

Techniques to Protect Your GraphQL API

From API vulnerabilities to battle-tested protection strategies, discover how to shield your GraphQL servers against threats. Language-agnostic best practices explained.

GraphQL as a Data Mesh Access Layer in Global Banking

Discover key insights about GraphQL's performance in a highly regulated, federated financial ecosystem and whether it truly delivers as an enterprise API platform.

Videos

Let's Pair: GraphQL Codegen Federation Support (Part 1)

In this new video series, we follow along as Eddy explores the intricacies of Apollo Federation while working to improve GraphQL Code Generator's federation support.

Videos

GopherCon 2024: Prototyping a Go, GraphQL, gRPC Microservice - Sadie Freeman

Building a prototype that combines GraphQL for client comms and gRPC for service-to-service interaction. Perfect for both newcomers and seasoned devs, with step-by-step examples from basic API to full microservice architecture.

Schema-Driven Testing with Mock Service Worker

Learn how to combine schema mocking with Mock Service Worker (MSW) for better GraphQL testing across frameworks.

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.

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.

Videos

30 Lessons from Scaling GraphQL to Half a Billion Requests per Minute

Journey from 1k to 500M requests: How one startup scaled their GraphQL implementation across 1000+ engineers, featuring their new open-source solution for building high-performance GraphQL APIs.

GraphQL at the Edge with WebAssembly

Discover how WebAssembly and GraphQL unite for edge computing. This talk demonstrates building a Rust-based GraphQL server that targets WebAssembly, showcasing how this combination optimizes performance at the edge while reducing latency and costs.

In Memory of Travails

Learn how to optimize GraphQL resolver performance by tackling memory usage and execution overhead. This case study from Auction.com shows how they improved latency for complex queries handling 500 items with 80 fields each, including strategies for efficient real-time updates via Kafka.

Videos

GraphQL Federation in the Wild

Learn how organizations leverage federation for team autonomy, centralized governance, and API scalability. Gartner predicts 30% enterprise adoption by 2027 - discover why this architecture is becoming crucial for modern API landscapes.

Ahead-of-Time Techniques Help You Write GraphQL Libraries!

Explore how compiler techniques can enhance GraphQL deployments in production. Learn to build a powerful Intermediate Representation (IR) for GraphQL queries and schemas that simplifies client development, improves telemetry, and optimizes network performance.

Empathy Driven Development

Learn strategies for future-proofing your developer experience as technology evolves and workflows transform.

Videos

Consuming GraphQL in Type-Safe Languages

Why does GraphQL's type system clash with type-safe languages? Dive into the unexpected challenges and solutions when building type-safe GraphQL clients, featuring insights from Apollo's iOS implementation.

Videos

Workshop: Demand-Driven Schema Design

Learn how to reverse-engineer a “dream query” into a scalable GraphQL schema. This workshop highlights the importance of demand-driven schema design for querying only the data you need.

Top 10 GraphQL Security Checks for Every Developer

Learn why implementing GraphQL security is crucial. We’ll discuss critical vulnerabilities found in popular software, including CVE-2021-41248 in GraphiQL, CVE-2023-38503 in Directus, and CVE-2023-34047 in Spring for GraphQL. We'll also cover the top 10 GraphQL security checks, such as disabling introspection in production and robust authentication, and explore how to automate these security measures in your code and CI/CD processes.

Evolving GraphQL Schemas

Discover how to evolve a GraphQL schema without painting yourself into a corner. In this session, attendees will learn lessons from developing Compass, including guidelines for maintaining consistent APIs and ensuring backwards compatibility. The discussion will cover processes for alignment and how they integrate with the GraphQL Gateway, which exposes a federated schema across Atlassian's diverse services.

Videos

Transforming Enterprise APIs for the Future - Apollo's Journey with GraphQL

Matt DeBergalis, CTO and Co-Founder of ApolloGraphQL, delivered a powerful keynote highlighting why GraphQL is now the most important new API technology in the enterprise. Drawing on insights from industry reports and customer case studies, Matt makes the case for why more than 60% of enterprises will use GraphQL in production by 2027 - and why that estimate might be low.

GraphQL in the House

GraphQL is in the House of Representatives! Andrew Doyle told us about how the US House of Reps. uses GraphQL to modernize and orchestrate legacy systems - this fascinating talk also illustrates how one of the most important document management systems in the world functions:

State of Defer and Stream

@defer and @stream directives enable applications to render incrementally & efficiently in an ergonomic way. RFC champion @rob_richard shared the latest on incremental delivery

Videos

Apollo GraphQL Summit 2024 Keynote - Matt DeBergalis, Co-founder and CTO

Check out this exciting keynote from Apollo GraphQL Summit 2024! Discover the latest innovations and see how industry leaders like CVS Health and their partner MongoDB are unlocking enterprise value for intelligent applications and APIs.

A Wild GraphQL Rollercoaster Ride – an Honest Federated GraphQL Adoption Story in an Enterprise

Discover the experience of Bol.com in adopting GraphQL, where the team tackled the challenge of implementing federated GraphQL in a distributed microservices landscape with over 800 engineers primarily focused on REST. This journey involved not just technical hurdles, but also shifting work practices, building expertise, and nurturing a strong GraphQL community among engineers and product teams. They will share valuable lessons learned and insights to help others navigate their own GraphQL adoption journey at scale.

Getting Data Ready for AI - With Unified GraphQL &SQL Endpoints - Anushrut Gupta, Hasura

Join Hasura for a workshop on preparing robust data foundations for AI technologies like LLMs. Learn how to consolidate data and business logic under one interface using GraphQL (or SQL) and implement consistent authorization for secure AI applications. Discover how to create powerful data connectivity to meet the demands of advanced AI.

Videos

6 Years of Distributed GraphQL in Production

Atlassian built the first ever distributed GraphQL gateway in 2018 and continues to run and improve until today. We will look at the lessons learned and challenges including: - Schema governance - Company adoption - Running a high availability gateway - Things that didn't work out

GraphQL and Newcomers: How an API Can Transform Technical and Functional Onboarding

n this lightning talk, Vincent Desmares will share insights on how GraphQL has drastically reduced the "time-to-be-operational," transforming teams into productive powerhouses. Attendees can expect to learn best practices in coding, design patterns, documentation, and processes to ensure their next GraphQL project is a breeze for new team members. Don’t miss out!

GraphQL Docs: Beyond the Schema

a dynamic presentation that reveals how Technical Writers and DevEx teams can supercharge developer experience with interactive documentation. Say goodbye to dry schemas and hello to actionable insights! Discover why developers crave more than just a schema—they want guidance on building products. We’ll dive into the essence of interactivity, showcasing tools like embedded code samples tied to sandbox environments. Walk away with practical strategies to create engaging GraphQL documentation and elevate your developer ecosystem. Don’t miss this chance to transform the way you document GraphQL!

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.