I am currently in the middle of migrating my REST-Server to GraphQL (at least partly). Most of the work is done, but i stumbled upon this problem which i seem to be unable t
You just need to annotate your resolver classes with @Transactional. Then, entities returned from repositories will be able to lazily fetch data.
@Transactional