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
The generated field resolvers currently don't respect the generateAsyncApis configuration parameter, although they are part of the API just like top-level resolvers.
Expected Result
When generateAsyncApis is enabled, field resolvers should have a return type wrapped in CompletableFuture as well.
Actual Result
Field resolvers just have a plain java type as return type.