---
title: "Domain-Driven GraphQL Schema Design using Event Storming"
url: https://daily.dev/posts/domain-driven-graphql-schema-design-using-event-storming-v9x9em0rz
source_url: https://khalilstemmler.com/articles/graphql/ddd/schema-design
type: article
source: "Khalil Stemmler"
published: 2026-06-17T11:25:55.859Z
updated: 2026-06-17T11:29:38.546Z
tags: ["architecture", "graphql", "domain-driven-design"]
reading_time: 7
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Domain-Driven GraphQL Schema Design using Event Storming

**[Khalil Stemmler](https://daily.dev/sources/khalilstemmler)** · 7 min read · 0 upvotes · 0 comments

## Summary

A walkthrough of using Event Storming — a collaborative DDD workshop technique — to design a GraphQL schema. The process involves six steps: identifying domain events as past-tense verbs, deriving GraphQL mutations from commands, grouping them under aggregates, enforcing bounded context boundaries to define top-level fields (for monoliths or federated microservices), identifying views/queries per aggregate, and finally writing the schema. The approach emphasizes involving both domain experts and developers to build a shared understanding, avoiding costly schema mistakes. Includes a concrete schema example from a Hackernews-like app (DDDForum).

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://khalilstemmler.com/articles/graphql/ddd/schema-design>

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#graphql](https://daily.dev/tags/graphql), [#domain-driven-design](https://daily.dev/tags/domain-driven-design)

[View this post on daily.dev](https://daily.dev/posts/domain-driven-graphql-schema-design-using-event-storming-v9x9em0rz)
