Skip to content

Field resolvers should also be subject to async APIs configuration #63

@joffrey-bion

Description

@joffrey-bion

Issue Description

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions