/typegraph

The power of TypeORM with the GraphQL' fun

Primary LanguageTypeScriptMIT LicenseMIT

TypeGraph

The power of TypeORM with the fun of GraphQL

Early stage / Proof of concept

Features

  • Build your GraphQL API with Typescript classes & decorators
  • Use TypeORM entities to build GraphQL objects
  • Koa server
  • Fields projection with graphql-compose
  • GraphQL Playground and Voyager installed

Test it !

npm install
npm run dev

Example

See example folder

License

MIT: See LICENSE file