5 Matching Annotations
  1. Feb 2024
  2. Aug 2023
  3. Nov 2022
    1. generate Prisma Client which provides a programmatic and type-safe API to read and write data in the shape of your application models
    2. with Prisma you never create application models in your programming language by manually defining classes, interfaces, or structs. Instead, the application models are defined in your Prisma schema
  4. Feb 2020
    1. import { prismaObjectType, makePrismaSchema } from 'nexus-prisma'

      import {objectType} from "nexus";

      as of "nexus-prisma": "^0.9.1"