prisma-schema
    Preparing search index...

    Function printIncludeProjectionSchema

    • Print the include projection schema

      Parameters

      • model: DMMF.Model

        DMMF.Model

      Returns string

      string

      export const ModelNameIncludeSchema = z.object({
      oneRelation: _select.or(RelationQueryOneShcmea),
      manyRelation: _select.or(RelationQuerySchema)
      })