Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@prisma/param-graph

Package Overview
Dependencies
Maintainers
7
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/param-graph

This package is intended for Prisma's internal use

Source
npmnpm
Version
7.5.0-dev.18
Version published
Maintainers
7
Created
Source

@prisma/param-graph

This package is intended for Prisma's internal use.

Contains the ParamGraph types and utilities for schema-aware query parameterization in Prisma Client.

ParamGraph is a compact data structure generated from DMMF (Data Model Metadata Format) at client generation time. It enables precise, schema-driven parameterization of query values at runtime.

Contents

  • ParamGraph - The main type representing the compact schema
  • InputNode / OutputNode - Node types for input arguments and output selections
  • InputEdge / OutputEdge - Edge types describing field capabilities
  • EdgeFlag - Bit flags for input field capabilities
  • ScalarMask - Bit mask for scalar type categories
  • scalarTypeToMask - Maps DMMF scalar type names to mask values
  • hasFlag / getScalarMask - Helper functions for edge inspection

FAQs

Package last updated on 24 Feb 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