Check if a Node has no Relations to or from it.
bool nodeIsOrphan(String nodeId) => !nodeIsConnected(nodeId);