function keys(property-container)

Returns a list of string representations for the property names of a node, relationship, or map.

Arguments:
property-container: A node, a relationship, or a literal map.

Example Query:
    MATCH (a)
    WHERE a.name='Alice'
    RETURN keys(a)