function startNode(relationship)

startNode() returns the starting node of a relationship

Arguments:
relationship: An expression that returns a relationship

Example Query:
    MATCH (x:foo)-[r]-()
    RETURN startNode(r)