Does anyone know if there is a plan to implement f...
# prisma-whats-new
j
Does anyone know if there is a plan to implement following syntax for the GC service? Or will it always be Prisma exclusive? updateUser({ where: { id: ‘abc’ }, data: { name: ‘Sarah’ } }, ‘{ id }’)