MCPcopy
hub / github.com/prisma/prisma / getGroupByPayloadName

Function getGroupByPayloadName

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

Source from the content-addressed store, hash-verified

86}
87
88export function getGroupByPayloadName(modelName: string): string {
89 return `Get${capitalize(modelName)}GroupByPayload`
90}
91
92export function getAggregateArgsName(modelName: string): string {
93 return `${capitalize(modelName)}AggregateArgs`

Callers 2

getGroupByTypesMethod · 0.90
toTSMethod · 0.90

Calls 1

capitalizeFunction · 0.90

Tested by

no test coverage detected