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

Now does not overwrite a types default data fetcher unless its nonnull #3579

Merged

Conversation

bbakerman
Copy link
Member

See #3431 for more detail on the problem fixed

unless its nonnull

See # 3431
public Map<String, DataFetcher> getDataFetchersForType(String typeName) {
return dataFetchers.computeIfAbsent(typeName, k -> new LinkedHashMap<>());
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch

Co-authored-by: dondonz <13839920+dondonz@users.noreply.github.com>
@bbakerman bbakerman added this pull request to the merge queue May 21, 2024
Merged via the queue into master with commit 53f22c5 May 21, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants