Sample notebook to implement HeteroGraphConv for Representation Learning?

Hi, I am a beginner learning heterogeneous graph implementations and I wanted to know if there are any notebooks/code samples taking us through the end-to-end journey for representation learning/embeddings for such graphs in DGL with the hetero module.
Any help would be amazing, thanks

This example might be helpful: dgl/hetero_rgcn.py at master · dmlc/dgl · GitHub

Great, thanks! I’ll look into it