New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@gqloom/mikro-orm

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gqloom/mikro-orm

GQLoom integration with Mikro ORM

latest
Source
npmnpm
Version
0.16.1
Version published
Maintainers
1
Created
Source

GQLoom Logo

GQLoom

GQLoom is a Code-First GraphQL Schema Loom used to weave runtime types in the TypeScript/JavaScript ecosystem into GraphQL Schema, helping you build GraphQL server enjoyably and efficiently.

Runtime validation libraries such as Zod, Valibot, and Yup have been widely used in backend application development. Meanwhile, when using ORM libraries like Prisma, MikroORM, and Drizzle, we also pre-define database table structures or entity models that contain runtime types. The responsibility of GQLoom is to weave these runtime types into a GraphQL Schema.

When developing backend applications with GQLoom, you only need to write types using the Schema libraries you're familiar with. Modern Schema libraries will infer TypeScript types for you, and GQLoom will weave GraphQL types for you. In addition, the resolver factory of GQLoom can create CRUD interfaces for Prisma, MikroORM, and Drizzle, and supports custom input and adding middleware.

@gqloom/mikro-orm

This package provides GQLoom integration with Mikro ORM:

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

Installation

# use npm
npm i @gqloom/core @gqloom/mikro-orm @mikro-orm/core

# use pnpm
pnpm add @gqloom/core @gqloom/mikro-orm @mikro-orm/core

# use yarn
yarn add @gqloom/core @gqloom/mikro-orm @mikro-orm/core

Read more at GQLoom Document.

Keywords

gqloom

FAQs

Package last updated on 18 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts