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

A query builder to easily resolve nested fields and relations for TypeORM-based GraphQL servers

Results 9 typeorm-graphql-loader issues
Sort by recently updated
recently updated
newest added

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...

Given an Order and Items relational query, how do I order the items by a field as well as the orders ? ``` return loader .loadEntity(Order, "order") .info(info) .order({'order.date': 'DESC'})...

Hey, thanks for your work on this library, very helpful. I had a question about field resolvers, how would one avoid the N+1 problem and use this library to handle...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.16.8 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [class-validator](https://github.com/typestack/class-validator) from 0.13.2 to 0.14.0. Changelog Sourced from class-validator's changelog. 0.14.0 (2022-12-09) Added add @IsTimeZone decorator to check if given string is valid IANA time zone add @IsISO4217CurrencyCode decorator...

dependencies

Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.1.5. Release notes Sourced from sqlite3's releases. v5.1.5 What's Changed 🔒 Fixed code execution vulnerability due to Object coercion by @​daniellockyer Updated bundled SQLite to...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies