Gorodov Maksim
07/03/2018, 5:17 AMpersonDeleted: {
subscribe: (parent, args, context, info) => {
return context.prisma.subscription.person({ where: { mutation_in: ['DELETED'] } }, info);
},
},
personDeleted: PersonSubscriptionPayload!