Skip to content

graphql data query not returning all data #3908

@majidaldo

Description

@majidaldo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions