graphql-java-generator/GraphQL-Forum-Maven-Tutorial-server

BatchLoaderDelegate HowTo

mheidt opened this issue · 1 comments

Hello,

What do I need to do, so that BatchLoaderDelegates will be created?

I have some DataFetchers which work with ComputerFuture/BatchLoader.
But those generated dataFetcher functions which are calling the interface funtions in the dataFetcherDelegates are not "future-aware" and expect "real" data types.

I would like to have something like
BatchLoaderDelegateNodeImpl
but for my own types.

How do I convince graphql-java-generator to create those?