Skip to content

Releases: graphql-compose/graphql-compose-mongoose

v7.4.1

07 Jul 11:07
Compare
Choose a tag to compare

7.4.1 (2020-07-07)

Bug Fixes

  • resolver updateById now have all optional fields in record arg (9f62623)

v7.4.0

02 Jul 17:43
Compare
Choose a tag to compare

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

14 May 13:59
1a6e7d0
Compare
Choose a tag to compare

7.3.8 (2020-05-14)

Bug Fixes

  • add edgeTypeName param to ConnectionOpts (1a6e7d0)

v7.3.7

13 May 16:43
8437357
Compare
Choose a tag to compare

7.3.7 (2020-05-13)

Bug Fixes

  • connection: Add customization options to connection resolver (#218) (8437357)

v7.3.6

08 May 14:29
Compare
Choose a tag to compare

7.3.6 (2020-05-08)

Bug Fixes

  • FieldConverter: illegal symbols for Enum keys now converted to _ (underscore) (c01b6af)

v7.3.5

19 Mar 20:24
Compare
Choose a tag to compare

7.3.5 (2020-03-19)

Bug Fixes

  • typescript: Expose more types from resolvers (afc0698)

v7.3.4

15 Feb 20:54
Compare
Choose a tag to compare

7.3.4 (2020-02-15)

Bug Fixes

  • upgrade flow till v0.118 (a9041b2)

v7.3.3

21 Jan 08:00
Compare
Choose a tag to compare

7.3.3 (2020-01-21)

Bug Fixes

  • disable default required type for mongoose conditional required fields (#204) (dfa0e21)

v7.3.2

21 Jan 07:46
Compare
Choose a tag to compare

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

30 Dec 10:55
Compare
Choose a tag to compare

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)