Open steida opened 6 years ago
The connection could be garbage collected, so there is no reason to add the edge to it
Except with this config:
const configs = [
{
type: 'NODE_DELETE',
deletedIDFieldName: 'id',
},
];
I just got:
Because a node is null.
deletedIDFieldName
could be a variable, so I think this is not possible
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Silent fails ar bad. This is the workaround I use but with mutation config, we are doomed. Please consider dev warning. Thank you.