Closed flyingsilverfin closed 1 year ago
Still missing in Client Python and Client Node, but implemented in Client Java
Currently in 2.x we haven't actually implemented get_subtypes(boolean direct)
or similar!
This issue will be fixed by making all clients delegate their work to the Rust Client.
This has been addressed by wrapping the python driver around the rust driver in https://github.com/vaticle/typedb-driver-java/pull/438
We are missing getting the direct subtype in the python client concept API. It is available on the backend Concept API and the , but not in the python (and nodes) concept APIs