Hello! Maybe someone knows how to get a specific node in the graph. I've digged through all of the doc's but couldn't find the right method. Magority of examples are about creation, but i need to find and get already created one( to further connect it to another so the get should return the right type). I thought to find by uid but how to wright this call (this gives me an error aGraph.getNode(aCompNodeUID='1330026956') ).I've tried '1330026956' and aCompNodeUID='1330026956' maybe this is incorrect syntax?