aPureBase / KGraphQL

Pure Kotlin GraphQL implementation
https://kgraphql.io
MIT License
298 stars 58 forks source link

Fix the dataloader dispatcher issue #207

Closed jeggy closed 1 year ago

jeggy commented 1 year ago

When doing bigger GraphQL queries with the DataLoaderExecutor, the DeferredJsonBuilder and KDataLoader get lost coroutines. This makes sure to run the dispatcher in the correct CoroutineScope