This is a demo app for my medium post on creating GraphQL APIs.
yarn install && yarn start
GraphQL Koa Middleware Create a GraphQL HTTP server with Koa. Port from express-graphql. Installation npm install --save koa-graphql Usage Mount koa-graphql as a route handler: const Koa = require('ko
koa-graphql-mongodb is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial. koa-graphql-mongodb Tutorial how to set up koa with graphql and mongodb
graphql-api-koa GraphQL execution and error handling middleware written from scratch for Koa. Setup To install graphql-api-koa and the graphql peer dependency with npm, run: npm install graphql-api-ko
TypeScript and Koa GraphQL Server Template This is a koa GraphQL template build with typescript Include Koa2 apollo-server-koa v2 GraphQL(use type-graphql) mongodb (use mongoose + typegoose as orm) es
Koa 2 + Passport + Mongoose + GraphQL Notice You want build a more flexible GraphQL schema, consider using this boilerplate instead: https://github.com/sibelius/graphql-dataloader-boilerplate graffiti
TypeORM 是一个优秀的 Node.js ORM 框架,采用 TypeScript 编写,支持使用 TypeScript 或 Javascript(ES5,ES6,ES7) 开发。目标是保持支持最新的 Javascript 特性来帮助开发各种用户数据库的应用 - 不管是轻应用还是企业级的。 TypeORM 可以做到: 根据模型自动创建数据库表 可以透明的插入/更新/删除数据库对象 映射数据库