December 2022
Intermediate to advanced
189 pages
5h
English
Given our self-imposed constraint of using GraphQL, in this chapter, we’ll consider the high-level data flow of a system that utilizes it to back the API contract with user interfaces and other collaborating systems. I’ll start with an explanation of Event Sourcing (ES) and Command Query Responsibility Segregation (CQRS), followed by a primer on how to think in terms of GraphQL’s schema language, and finally bring all three concepts together.
As alluded to when discussing time, we will ...