My Notes

type User {
  multi friends: User {
    extending friendship;
  }
}

Meeting Notes