You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by terminalnode June 8, 2022
In our SpringBoot application running 5.x of graphql-kotlin-spring-server (and related libraries) we make heavy use of mapped data loaders using this pattern:
In 6.x getDataLoader has been replaced with getBatchLoader which is supposed to return a BatchLoader<K, V>. There is MappedBatchLoader<K, V>, but that's not a BatchLoader.
How would I register mapped batch loaders in 6.x?
The text was updated successfully, but these errors were encountered:
Discussed in #1454
Originally posted by terminalnode June 8, 2022
In our SpringBoot application running 5.x of
graphql-kotlin-spring-server
(and related libraries) we make heavy use of mapped data loaders using this pattern:In 6.x
getDataLoader
has been replaced withgetBatchLoader
which is supposed to return aBatchLoader<K, V>
. There isMappedBatchLoader<K, V>
, but that's not aBatchLoader
.How would I register mapped batch loaders in 6.x?
The text was updated successfully, but these errors were encountered: