function type(relationship) Returns a string representation of the relationship type. Arguments:
MATCH (n)-[r]->() WHERE n.name='Alice' RETURN type(r)