The current implementation represents relationships in the graph with KGProxy and KGQuery objects which must be explictly resolved (passing the client as an argument to the .resolve() method).
It would be more user-friendly if this resolution was automatic when accessing the attribute which represents the linked object.
The current implementation represents relationships in the graph with
KGProxyandKGQueryobjects which must be explictly resolved (passing the client as an argument to the.resolve()method).It would be more user-friendly if this resolution was automatic when accessing the attribute which represents the linked object.