This document summarizes a lecture on graph neural network models for recommendation systems. It discusses three graph neural network models: PinSage for item recommendation on Pinterest, Decagon for heterogeneous graphs, and GCPN for goal-directed generation. PinSage is described in detail, including how it uses graph convolutions to generate embeddings for items, importance sampling to select neighbors, training on positive and hard negative pairs, and its performance gains over baseline methods for related item recommendation.