MCPcopy
hub / github.com/prisma/prisma / getSumAggregateName

Function getSumAggregateName

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

Source from the content-addressed store, hash-verified

54}
55
56export function getSumAggregateName(modelName: string): string {
57 return `${capitalize(modelName)}SumAggregateOutputType`
58}
59
60export function getMinAggregateName(modelName: string): string {
61 return `${capitalize(modelName)}MinAggregateOutputType`

Callers 1

getAggregationTypesMethod · 0.90

Calls 1

capitalizeFunction · 0.90

Tested by

no test coverage detected