- Notifications
You must be signed in to change notification settings - Fork 328
Open
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triaged
Description
The current implementation of checkDataFetcherNullness()
only validates nullability for method return types, which fails to properly handle @BatchMapping
methods that return Map<Parent, Field>
(no other annotations).
As a workaround, I currently need to annotate @BatchMapping
return types with @Nullable
(e.g., @Nullable Map<Parent, Field>
) to suppress these false positives.
Is there any plan to reduce these false positive warnings?
Metadata
Metadata
Assignees
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triaged