graphql-compose-mongoose
graphql-compose-mongoose copied to clipboard
Mongoose model converter to GraphQL types with resolvers for graphql-compose https://github.com/nodkz/graphql-compose
I was interested in using the library because i found it very handy in terms of translating Mongoose Schemas to GraphQLObjects. I was blown away by how good it works...
### Mongoose version 6.6.1 ### Node.js version 16 ### MongoDB server version 5 ### Description In case of a removeMany with a filter query that returns no items, with mongoose...
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.1.2 to 6.4.6. Release notes Sourced from mongoose's releases. 6.4.6 / 2022-07-20 fix(schema): disallow setting proto when creating schema with dotted properties #12085 fix(document): avoid mutating original...
Latest version installed `package.json` ```json "@nestjs/apollo": "^10.1.7", "@nestjs/common": "^9.0.0", "@nestjs/core": "^9.0.0", "@nestjs/graphql": "^10.1.7", "@nestjs/mongoose": "^9.2.1", "@nestjs/platform-express": "^9.0.0", "apollo-server-express": "^3.11.1", "graphql": "^16.6.0", "graphql-compose": "9.0.10", "graphql-compose-mongoose": "9.7.2", "mongoose": "6.8.3", ``` Following [instructions](https://github.com/graphql-compose/graphql-compose-mongoose#example)...
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1. Release notes Sourced from graphql's releases. v16.8.1 (2023-09-19) Bug Fix 🐞 #3967 OverlappingFieldsCanBeMergedRule: Fix performance degradation (@AaronMoat) Committers: 1 Aaron Moat(@AaronMoat) v16.8.0 (2023-08-14) New...
I have multiple collections in mongoDb named "UserData_%some id%". All collections have the same scheme. In "clean" gql+mongoose I can provide collection name by credentials data from resolver. Is there...
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.14.0 to 4.17.1. Release notes Sourced from mongodb's releases. v4.17.1 4.17.1 (2023-08-23) The MongoDB Node.js team is pleased to announce version 4.17.1 of the mongodb package! Release...
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...
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.0.0 to 7.3.3. Release notes Sourced from mongoose's releases. 7.3.3 / 2023-07-10 fix: avoid prototype pollution on init fix(document): clean up all array subdocument modified paths on...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...