Is it possible to get the type of a property in neomodel? For example something like this:
for n in MyNodeModel.properties:
if n == StructuredNode:
print('StructuredNode')
I hope my questions is clear...
Is it possible to get the type of a property in neomodel? For example something like this:
for n in MyNodeModel.properties:
if n == StructuredNode:
print('StructuredNode')
I hope my questions is clear...
Sure you just need to get the property object from the model:
If this doesn't answer your question please open an issue on github