typeorm-loader icon indicating copy to clipboard operation
typeorm-loader copied to clipboard

A database-aware data-loader for use with GraphQL and TypeORM.

Results 5 typeorm-loader issues
Sort by recently updated
recently updated
newest added

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.14.0. Changelog Sourced from js-yaml's changelog. [3.14.0] - 2020-05-22 Changed Support safe/loadAll(input, options) variant of call. CI: drop outdated nodejs versions. Dev deps bump. Fixed...

dependencies

I'm using a multi-tiered service architecture. My resolvers do ACL checks and make requests to a business logic service layer, they don't load any data directly. I'd like to extract...

I was going to build something just like this package when I stumbled across your reddit post sharing this. Thanks for putting this together! Just brief spec/version information: TypeORM: "0.2.17"...

Getting the following error on a very simple test: ``` RangeError: Maximum call stack size exceeded at String.indexOf () at Function.QueryBuilderUtils.isAliasProperty (.../src/query-builder/QueryBuilderUtils.ts:13:44) at JoinAttribute.get [as parentAlias] (.../src/query-builder/JoinAttribute.ts:112:32) at JoinAttribute.getValue (.../src/query-builder/JoinAttribute.ts:146:93)...

Hello! I ran into an issue when using the loader with an TableInheritance base class. It seems the loader loads the fields of the base-class multiple times when including more...