ts-graphql-starter

A starter app for prototyping out GraphQL apps with Typescript.

Key functionality is allowing for modular, composable GraphQL schemas that can be either dynamically or statically built and consumed.

Start it up

cd server
npm install
npm run start