What package are you referring to?
objectloader?
Describe the bug
{
project(id: "projectid") {
object(id: "objectid") {
data
children(limit: 10000, depth: 9) {
objects {
data
}
}
}
}
}
To Reproduce
Setting depth=9 returns expected data. Setting to 10 returns much less data! Same behavior with 99 & 100.
Expected behavior
same data returned.