Closed
Description
Hello again,
I hope I'm not irritating you all with these issues.
One thing that I wish I had access to is the driver's internal types as defined in the graph-types.js
file. Basically this would allow me to quickly determine the type of a result's parts. Granted, I can now check if the object has a start
and an end
field to determine that it is a Relationship
but this is error prone and is heavily dependent on these classes implementation details. This may be very down the road, but I just wanted to leave a note of it here and perhaps hear your views on it.
Kind regards,
Can