Releases: graphql-compose/graphql-compose-mongoose
Releases · graphql-compose/graphql-compose-mongoose
v7.4.1
7.4.1 (2020-07-07)
Bug Fixes
- resolver
updateById
now have all optional fields in record
arg (9f62623)
v7.4.0
7.4.0 (2020-07-02)
Features
- improve return types for
createMany
, findByIds
, findMany
resolvers ([Type]
-> [Type!]
) (defda5e)
- required fields from mongoose schema became required in GraphQL (6f20e1d), closes #224
v7.3.8
7.3.8 (2020-05-14)
Bug Fixes
- add
edgeTypeName
param to ConnectionOpts (1a6e7d0)
v7.3.7
7.3.7 (2020-05-13)
Bug Fixes
- connection: Add customization options to connection resolver (#218) (8437357)
v7.3.6
7.3.6 (2020-05-08)
Bug Fixes
- FieldConverter: illegal symbols for Enum keys now converted to _ (underscore) (c01b6af)
v7.3.5
7.3.5 (2020-03-19)
Bug Fixes
- typescript: Expose more types from resolvers (afc0698)
v7.3.4
7.3.4 (2020-02-15)
Bug Fixes
v7.3.3
7.3.3 (2020-01-21)
Bug Fixes
- disable default required type for mongoose conditional required fields (#204) (dfa0e21)
v7.3.2
7.3.2 (2020-01-21)
Bug Fixes
- toMongoDottedObject just dottify internals of logical operators with expressions: $or, $and, $not, $nor. Other operators will have unchanged internals: $in, $near, etc. (53fa196), closes #201
v7.3.1
7.3.1 (2019-12-30)
Bug Fixes
- clear cached type for
composeWithMongoose()
if it is called several times for the same model, then need to generate new types (fd8f230)