Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 646 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 646 Bytes

GQLoom Logo

GQLoom

GQLoom is a GraphQL weaver for TypeScript/JavaScript that weaves GraphQL Schema using Valibot, Zod, or Yup, and supports sophisticated type inference to provide the best development experience.

@gqloom/mikro-orm

This package provides GQLoom integration with Mikro ORM:

  • Use MikroORM's Entity Schema as the silk thread;
  • Weaving the silk into MikroORM's Entity Schema;
  • Generating GraphQL operations from MikroORM's Entity Schema;

Read more at GQLoom Document.