Piotr Brzeźny

Results 3 comments of Piotr Brzeźny

I think I pinpointed the issue. In class FieldResolver, method getSourceResolver, there is this code: ``` if(!this.genericType.isAssignableFrom(source.javaClass)) { throw ResolverError("Expected source object to be an instance of '${this.genericType.getRawClass().name}' but instead...

@v1d3rm3 I ended up wrapping find methods and "fixing" the issue with the following code: ``` relation.game = Promise.resolve({ id: relation.gameId, } as GameEntity); relation.gameId = undefined; ```

Had the same problem when I accidentally enabled Gradle "offline mode" in IntelliJ Idea