MCPcopy
hub / github.com/prisma/prisma / getMinAggregateName

Function getMinAggregateName

packages/client-generator-js/src/utils.ts:60–62  ·  view source on GitHub ↗
(modelName: string)

Source from the content-addressed store, hash-verified

58}
59
60export function getMinAggregateName(modelName: string): string {
61 return `${capitalize(modelName)}MinAggregateOutputType`
62}
63
64export function getMaxAggregateName(modelName: string): string {
65 return `${capitalize(modelName)}MaxAggregateOutputType`

Callers 1

getAggregationTypesMethod · 0.90

Calls 1

capitalizeFunction · 0.90

Tested by

no test coverage detected