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

Function getGroupByArgsName

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

Source from the content-addressed store, hash-verified

78}
79
80export function getGroupByArgsName(modelName: string): string {
81 return `${modelName}GroupByArgs`
82}
83
84export function getGroupByPayloadName(modelName: string): string {
85 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