Philipp Rajah Moura Srivastava
06/30/2020, 1:31 AMreturn prisma.$subscribe.user({ where: { mutation_in: ["UPDATED"], node: { id: id } } }).node();
however, nothing happens when I update the user. If I remove the node: { id: id } part it works, but also gets updates of other users. Can someone give me some tips?Ryan
06/30/2020, 7:49 AMPhilipp Rajah Moura Srivastava
06/30/2020, 6:24 PM{ mutation_in: ["UPDATED"], node: { id: id } } and that seems to work