LionWeb-io / lionweb-java

Apache License 2.0
3 stars 1 forks source link

Dealing with unknown children #133

Open ftomassetti opened 8 months ago

ftomassetti commented 8 months ago

We can have results from bulk API that don't contain children -- if we set the maxDepth parameter. We might want to deal with that too as we did for missing parents.

Follow up to #132