Grats: A More Pleasant Way to Build TypeScript GraphQL Servers / Jordan Eldredge
Mar 4, 2024For the last year I’ve been building Grats with the goal of demonstrating what I believe to be a fundamentally better developer experience for building GraphQL servers in TypeScript.The idea is that you simply annotate your existing TypeScript code with docblocks to indicate which constructs you want to expose and let Grats leverage your code’s existing names and types to extract a fully type-safe, executable, GraphQL schema.Let’s look at an example of a simple model that’s been annot...
Read more at jordaneldredge.com