Closed
Description
Currently when a resolver method has the suspend
keyword, graphql-java-tools throws
No method found with any of the following signatures (with or without graphql.schema.DataFetchingEnvironment as the last argument), in priority order:
because suspendable resolver methods when compiled return Object instead of the actual data class Type.