Hello friends,
So I have this node label "Flight" and has property of "id, airline, arrival, date, etc.." as you can see below,
When I run a simple query on browser "MATCH (n:Flight) RETURN n LIMIT 25"
on the Graph I see purple circles (representing each nodes) with date on it. e.g., "2019-1-3".
E.g., as of of now I am seeing dates representing each purple nodes after the simple query, and if I want to have "arrival", or "flightId" instead, how could I do that?
Thank you so much for your time and support.
-Petra Lee