Photo by No Revisions on Unsplash It’s been a while since I wrote a Cypher Sleuthing post, but I’m back with a new one! This time, I’m going to show you how to find the data types of properties in Neo4j.
I frequently want to find out the data type of a property so that I can map it in an application (in Java). I can never remember off the top of my head, and when I Google the question, the results are often outdated (here’s the answer post , but the syntax is old). So, I ended up doing a mix...
Read it: Cypher Sleuthing: How to Find Property Data Types in Neo4j