jt
05/04/2020, 5:32 PMjt
05/04/2020, 5:33 PMjt
05/04/2020, 5:35 PMPaul Hachmang
05/04/2020, 5:59 PMjt
05/04/2020, 11:48 PMDan Hollick
05/05/2020, 7:39 AMjt
05/05/2020, 9:51 PMdata: { set: [LIST_OF_ITEMS] }
in my resolver, that sets the the "foreign key" on the item to null and then I'm simply able to run a deleteMany mutation where that field is null. I'm not sure if that works for your app, but it was a simple workaround for me rather than trying to figure out which exact items needed to be deleted.Dan Hollick
05/06/2020, 5:37 AM[deletedItems]
on the client and passed that along to the resolver to delete them. Adds a lot of client side complication