prisma-schema
    Preparing search index...

    Function printOwnQueryOneSchema

    • Print own query one schema including projections and where query property

      Parameters

      • model: DMMF.Model

      Returns string

      export const ModelNameOwnQueryOneSchema = z.object({
      select: SelectSchema,
      omit: OmitSchema,
      where: WhereSchema,
      })