prisma-schema
    Preparing search index...

    Function printOwnQuerySchema

    • Print own query schema

      Parameters

      • model: DMMF.Model

      Returns string

      export const ModelNameOwnQuerySchema = z.object({
      take: _take,
      skip: _skip,
      orderBy: OrderBySchema,
      select: SelectSchema,
      omit: OmitSchema,
      where: WhereSchema,
      distinct: DistinctSchema
      })