Hi,
I was just looking into indexes in Neo4j, and so was reading the intro guide:
https://neo4j.com/docs/getting-started/current/cypher-intro/schema/
In there it has the cypher statement:
CALL db.indexes
YIELD description, label, properties;
But I t...