prisma-schema
    Preparing search index...

    Function printCompleteSelectProjectionSchema

    • Print the complete select projection schema including complex relation projections

      Parameters

      • model: DMMF.Model

        DMMF.Model

      Returns string

      string

      export const ModelNameCompleteSelectSchema = z.object({
      id: _select,
      name: _select,
      relationName: _select.or(RelationSelectSchema).optional()
      })