Setting up a GraphQL server with TypeScript
This article will go through setting up the basic structure of a GraphQL server with TypeScript. I will use apollo's Koa server package that I found to be very straightforward and also will set up some basic smoke tests with and . Let's go! GraphQL… »