Tags: lumahealthhq/graphql-compose-mongoose
Tags
feat: add mongoose 7 compatibility (by @meabed) * chore: fix mongoose 7 compatibility * chore: fix mongoose 7 compatibility * chore: format * chore: fix import * chore: fix validate * chore: fix validate * chore: update package.json * chore: update mongoose and typescript * chore: fix validate * chore: fix test * chore: fix test * chore: fix test * chore: fix test * chore: update dependencies * chore: update dependencies * chore: fix typescript * chore: fix typescript * chore: update github actions * chore: update github actions * chore: update github actions * fix: update jest * chore: update jest, release and github actions * chore: github actions * chore: update test
fix: removeMany should not throw an error if deleteCount equal 0 to k… …eep same behavior between mongoose v5 and v6 (graphql-compose#416)
build(deps): bump tmpl from 1.0.4 to 1.0.5 (graphql-compose#380) Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(discriminator): resolved issue with Model type (graphql-compose#367) Stopped document interface from extending mongoose Document
fix: `defaultsAsNonNull` option now skips `isSingleNested` mongoose s… …chemas (because such sub-schemas break the "recursive default value assignation" behavior) see graphql-compose#358 closes graphql-compose#358
PreviousNext