rem
01/21/2019, 6:21 PMprisma.user(…)
do any caching? I'm starting to add relation resolvers in my User
type, but I'm repeating prisma.user(…).<relation>
throughout my /Types/User.js
resolver.
Just wary that if there's no caching, it could be running the same query against the user table many times…Harshit
01/21/2019, 6:22 PMHarshit
01/21/2019, 6:22 PMHarshit
01/21/2019, 6:23 PMrem
01/21/2019, 6:32 PMrem
01/21/2019, 6:43 PMHarshit
01/21/2019, 6:49 PMrem
01/21/2019, 7:01 PMHarshit
01/21/2019, 7:02 PMHarshit
01/21/2019, 7:04 PMrem
01/21/2019, 7:07 PM