Prisma relation path from the current transformer payload to the neighbor
payload. Omitted for the common direct relation case, where the path is
exactly [selectMember].
Example: ["postTarget", "post"] means select postTarget on the
current model, then select the nested post relation with the neighbor
transformer's select().
transformerName
transformerName:string
OptionaltransformInputPath
transformInputPath?:string[]
Payload access path passed into the neighbor transform function. Omitted
for direct relations, where the expression is input[selectMember].
Prisma relation path from the current transformer payload to the neighbor payload. Omitted for the common direct relation case, where the path is exactly
[selectMember].Example:
["postTarget", "post"]means selectpostTargeton the current model, then select the nestedpostrelation with the neighbor transformer'sselect().