Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphql data query not returning all data #3908

Open
majidaldo opened this issue Jan 28, 2025 · 1 comment
Open

graphql data query not returning all data #3908

majidaldo opened this issue Jan 28, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@majidaldo
Copy link

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.

@majidaldo majidaldo added the bug Something isn't working label Jan 28, 2025
Copy link

linear bot commented Jan 28, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant