typescript-graphql
typescript-graphql copied to clipboard
Integrating Typescript with Graphql using Type-graphql - A modern framework for APIs in Node with Graphql
Integrating Typscript with Graphql using Type-Graphl, a modern framework for building Graphql Node JS APIs
To compile the application, run npm run build-ts
To start the server, run npm start
Dependencies
- Typgoose,
@typegoose/typegooseA library for defining Mongoose models using TypeScript classes. - Type-Graphl, A library for creating GraphQL schema and resolvers with TypeScript, using
classesanddecorators magic:)! - Apollo-server-express,
apollo-server-express, A library for quickly bootstrapping graphql servers with Apollo and Express
For a note on other dependencies, please have a look at the package.json file.
Note: Run npm install to install all the projects dependencies...