@cortexql/core
v0.0.130
Published
A RESTful API framework for your apps based on GraphQL type system.
Downloads
175
Maintainers
Readme
CortexQL
This is a framework built on top of Apollo Server in the same principals as Erect. It specifies a design pattern based on GraphQL with a built-in transpiler of your TypeScript code to GraphQL type definitions.
How to use it
npm install @cortexql/core yarn -g
cortexql create myapi
cd myapi
yarn install
yarn develop