Markell Richards
06/22/2020, 1:08 PMRyan
06/22/2020, 1:18 PMreturn context.prisma.$subscribe.link({ mutation_in: ['CREATED'] }).node()
This is what the payload would be. You can play around with that value and see that it changes based on what you return from the subscription.
Also as you're getting started with Prisma, I would suggest Prisma 2 by following this as that is currently stable being actively worked on.Markell Richards
06/22/2020, 1:37 PMRyan
06/22/2020, 1:38 PMMarkell Richards
06/22/2020, 1:45 PMRyan
06/23/2020, 6:49 AMMarkell Richards
07/04/2020, 4:33 PM