Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@cortexql/core

ezsper.com381MIT0.0.130TypeScript support: included

A RESTful API framework for your apps based on GraphQL type system.

cortexql, grapqhl, server, api, framework

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