Graph Queries

  • Friends of friends
    • Give me all the friends of all the friends of Jeff -> give me all the records that are linked as "friends" from all the records that are linked as "friends" from record Jeff
    • traverse("friends", jeff, 2) ??? (2 is the number of levels to traverse)
  • Give me all the movies containing all the actors who have acted with Bryan Crantston