Skip to content

Releases: arackaf/mongo-graphql-starter

v0.11.7

21 May 05:03

Choose a tag to compare

Fix #80

Tweak docs to clarify that esm usage won't work with Node's native esm.

v0.11.6

07 Apr 04:39

Choose a tag to compare

Fix performance bug with many-many relationships.

v0.11.5

19 Mar 04:31

Choose a tag to compare

No changes. README update only.

v0.11.4

01 Jul 18:49

Choose a tag to compare

Prettier config tweak

v0.11.3

01 Jul 18:43

Choose a tag to compare

Update graphql-tools, tweak prettier config

v0.11.2

01 Jul 04:45

Choose a tag to compare

Array containsAll query added

v0.11.1

05 Jan 18:40

Choose a tag to compare

Add fragment support

v0.11.0

05 Jan 18:40

Choose a tag to compare

Add $lookup support to the aggregation pipeline. This allows for collection paging for relationship queries.

By default, the existing data loader lookup is used, unless paging is performed on the collection, in which case the necessary $lookup is added to the aggregation.

A global setting, as well as a query-specific PREFER_LOOKUP property can manually opt into it even when not needed.

v0.10.3

04 Sep 00:26

Choose a tag to compare

Fix a bug that emitted invalid GraphQL when there were no types that were writable / not readonly.

v0.10.2

26 Aug 02:55

Choose a tag to compare

Not in filter added.

Fixed a bug for mongoid arrays, where null values weren't handled properly.