tgirard12 / graphql-kotlin-dsl

Kotlin DSL to generate GraphQl Schema
Apache License 2.0
7 stars 2 forks source link

Integration with dataloader #9

Open bjartek opened 5 years ago

bjartek commented 5 years ago

Hello!

This is a really nice dsl!

Have you concidered expanding it to support dataloader in adition to async data fetcher.

https://github.com/graphql-java/java-dataloader

tgirard12 commented 5 years ago

I've not planned to support it for now because I don't have the time actually.

If you want to add it, PR are welcome !!