Are there good examples/tutorials on using tfgnn with heterogeous graphs<

Hi, so excited to learn that Google & TensorFlow started to address GNN. However, it a bit hard to get into it. Are there end-to-end examples with public datasets? Are there tutorials?

Thank you

Please refer Solving OGBN-MAG end-to-end with TF-GNN shows how to build a Graph Neural Network for the popular OGBN-MAG benchmark dataset with TensorFlow and Keras, using the TF-GNN library.

You can refer here for more examples.Thank you.