MCPcopy
hub / github.com/prisma/prisma / getGroupByArgsName

Function getGroupByArgsName

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

Source from the content-addressed store, hash-verified

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

Callers 4

getGroupByTypesMethod · 0.90
toTSMethod · 0.90
jsdoc.tsFile · 0.90
getModelArgNameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected