KJReactor
09/28/2019, 4:59 PMconst res = async ( root, args, ctx ) => await ctx.prisma.updateUser({
where: {id: promoter.id},
data: {
promotions: {
create: [{ ...event }]
}
}
})
return res;