Denys Rybkin

Results 2 issues of Denys Rybkin

Cannot build the project because of this issue. I have to disable eslint rule for this. Please, fix it: `import { idText } from 'typescript';` in your package.

I noticed that both `GraphQLDatabaseLoader` and `GraphQLQueryBuilder` use generic extending `typeof BaseEntity` which is incorrect in some cases because `Entity` might not be extended from `BaseEntity`. It enables some difficulties...