Without @deleteRecord the deleted campaign stays in the Relay store, so any other component that still holds a reference to it keeps reading stale data. Pair it with @deleteEdge on the list mutation so the connection and the record are both cleaned up. Signed-off-by: Bryan Frimin <bryan@getprobo.com>