Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 905 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 905 Bytes

Quickly GraphQL Server

CI codecov

Use TypeScript to quickly build a GraphQL server, especially for CRUD functions, almost without writing code.

Minimal code, flexible CRUD API.

Principles

This project is built with the following principles in mind:

  • Practical: everything with practical as the main purpose;
  • Simple: Keep it simple, easy to maintain and implement.

TODO