You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple node labels used to not be supported in neomodel. Can you check with the latest release 5.1.0, creating your Server class, setting __optional_labels__ to 'Device' ? As shown here in the docs.
Not sure if it fixes it but it's definitely worth a try.
i need to be able get a node based on it's parent type as i don't know it's child label during the call
my code is set up as such:
when i call
i get a node as expected
however when i call
i get the following error
i've checked in neo4j and the node can be matched on either (:Server) or (:Device)
The text was updated successfully, but these errors were encountered: