Gorodov Maksim
07/02/2018, 3:27 AMSubscription: {
personUpdate: {
subscribe: (parent, args, context, info) => {
return context.prisma.subscription.person({}, info);
},
},
},
How can I detect was person created or deleted on the frontend? I receive completely same data when person was created or deletednilan
07/02/2018, 8:20 AMmutation
nilan
07/02/2018, 8:20 AMCREATED
, UPDATED
or DELETED
Gorodov Maksim
07/02/2018, 9:29 AMGorodov Maksim
07/02/2018, 11:57 AM