does anyone know how to specify the returned varia...
# prisma-whats-new
m
does anyone know how to specify the returned variable when you use prisma ctx to make a mutation/query?
const accountActivationCode = await ctx.db.mutation.createAccountActivationCode({ data })