Deprecated dgl.dataloading.NodeDataLoader module

I am trying to replicate a based-line graph model that involves dgl and I am currently facing the issue that dgl.dataloading has no module name NodeDataLoader. I would appreciate if I could be directed to a function that has substituted this module so that I can solve this challenge.

Can you try our new dataloader: graphbolt. here it the tutorial, 🆕 Stochastic Training of GNNs with GraphBolt — DGL 2.2.1 documentation. Hope it helps.