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

[Type Merging & Additional Resolvers] Null records in batched additional resolvers #7196

Closed
ardatan opened this issue Jul 2, 2024 · 0 comments

Comments

@ardatan
Copy link
Owner

ardatan commented Jul 2, 2024

When there are null keys, it should not be sent if the argument that takes keys has non-nullable type;

type Product {
  id: ID # < Nullable
}

type Query {
  productsByIds(ids: [ID!]!): Product # < Non-nullable
}
@ardatan ardatan closed this as completed Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant