Skip to content

Commit

Permalink
Merge pull request #1014 from Netflix/data-loader-provider-fix
Browse files Browse the repository at this point in the history
Fix bug in DgsDataLoaderProvider
  • Loading branch information
srinivasankavitha committed Apr 26, 2022
2 parents 1feae83 + 53fd828 commit a261166
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -183,7 +183,7 @@ class DgsDataLoaderProvider(private val applicationContext: ApplicationContext)
extendedBatchLoader.setDataLoaderRegistry(dataLoaderRegistry)
}

return DataLoaderFactory.newDataLoader(batchLoader, options)
return DataLoaderFactory.newDataLoader(extendedBatchLoader, options)
}

private fun <T> createDataLoader(
Expand Down

0 comments on commit a261166

Please sign in to comment.