prisma-schema
    Preparing search index...

    Function printQueryOneSchema

    • Print query one schema

      Parameters

      • model: DMMF.Model

      Returns string

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