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

Function getGroupByPayloadName

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

Source from the content-addressed store, hash-verified

82}
83
84export function getGroupByPayloadName(modelName: string): string {
85 return `Get${capitalize(modelName)}GroupByPayload`
86}
87
88export function getAggregateArgsName(modelName: string): string {
89 return `${capitalize(modelName)}AggregateArgs`

Callers 2

getGroupByTypesMethod · 0.90
toTSMethod · 0.90

Calls 1

capitalizeFunction · 0.90

Tested by

no test coverage detected