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

Query for datasets -> edges -> id fails with "Cannot return null for non-nullable field DatasetEdge.id." #3260

Open
nellh opened this issue Dec 19, 2024 · 0 comments
Labels

Comments

@nellh
Copy link
Contributor

nellh commented Dec 19, 2024

What went wrong?

query {
  datasets {
    edges {
      id
      cursor
      node {
        id
      }
    }
  }
}

This query fails if id is present in the edges query. Without requesting id, this query succeeds as expected. The resolver needs to return the correct id.

Expected behavior

This query should return a useful id for each edge record.

How to reproduce

No response

Desktop

  • OS:
  • Browser:
  • Version:

Phone

  • Device:
  • OS:
  • Browser:
  • Version:

Additional information

No response

@nellh nellh added the bug label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant