dgs-framework
dgs-framework copied to clipboard
bug: Multiple data loaders found shown happens when handling requests
Please read our contributor guide before creating an issue.
Expected behavior
When multiple data loaders are using @DgsDataLoader with the same name, it should validate that and fail early.
Actual behavior
App starts up successfully, but failed to handle requests with error "Multiple data loaders found"
Steps to reproduce
Note: A test case would be highly appreciated, but we understand that's not always possible
@kzwang in which version you are seeing this issue?