Arsalan Hussain
Arsalan Hussain
TtRPC
Created by Arsalan Hussain on 12/2/2023 in #❓-help
createTRPCReact transformers getting type error
No description
17 replies
TtRPC
Created by Arsalan Hussain on 1/30/2023 in #❓-help
Get count of stages assigned to user with stage name?
Need help in writing prisma query to get stages assigned to user with stage name? this is the scheme eg model User { id name mytasks userassignments[] } enum APPSTEP{ Scoping Contact OnBoard } model userassignments { id userid appStep APPSTEP } i need to get user with appStep count something like tis [ id:1, myTasks:[ {scoping:1}, {contact:5}, {invoice:3}, ] ]
2 replies