I'm trying to traverse a graph to trace the lineage of a specific node. I would like my query to yield the antecedents to that node in a breadth first pattern. Note, each node can have multiple parents. The Graph can be many layers deep and I'd like to see the results of all levels for a given node. I'm trying to follow along this recipe, but run into the exception No such property: gather. I'm trying this on the gremlin console version 3.3