Print the complete select projection schema including complex relation projections
DMMF.Model
string
export const ModelNameCompleteSelectSchema = z.object({ id: _select, name: _select, relationName: _select.or(RelationSelectSchema).optional()}) Copy
export const ModelNameCompleteSelectSchema = z.object({ id: _select, name: _select, relationName: _select.or(RelationSelectSchema).optional()})
Print the complete select projection schema including complex relation projections