
Interview With Nate Barbettini: OAuth, GraphQL, Event Sourcing
The Loosely Coupled Show
00:00
The Power of GraphQL
The API layer is fairly thin. All it really does is a little bit of input validation because in GraphQL you have type schema so you can do some top-level input validation. But after that it's just delegating, loading up a command object and shooting it off through the mediator to the command handler that handles that particular command. So with queries are you essentially doing like a dynamic like basically you're building some kind of like dynamic query? I think from GraphQL you can kind of specify and you can actually like define like a graph that you want to get like an object graph.
Transcript
Play full episode