Skip to content

Releases: arackaf/mongo-graphql-starter

v1.2.0

31 Aug 04:51
Compare
Choose a tag to compare

Query whitelisting

v1.1.0

09 Aug 04:15
Compare
Choose a tag to compare

Change the behavior of _id fields that are set to nonNull(). Now that field on the input object will override and allow null.

This is in theory a breaking change, but in practice will just fail to error out in areas you probably didn't want an error to begin with, ie if you're creating an object and wanting Mongo to assign the _id value for you.

v1.0.0

08 Jul 22:05
7df034e
Compare
Choose a tag to compare

Version 1.0!

Breaking changes: non-queryable fields have a new (simpler) api.

New Features: non-null fields.

v0.11.14

09 Apr 23:53
Compare
Choose a tag to compare

Upgrade dependencies

v0.11.13

09 Apr 01:12
Compare
Choose a tag to compare

Dependency upgrades

v0.11.12

08 Apr 17:46
Compare
Choose a tag to compare

Non-queryable properties

v0.11.11

06 Jul 04:37
Compare
Choose a tag to compare

Update TypeScript generation dependencies

v0.11.10

03 Jul 17:14
Compare
Choose a tag to compare

Fix bug with generated imports to resolver additions

v0.11.9

29 Jun 04:01
Compare
Choose a tag to compare

schemaAdditions and resolverAdditions implemented, allowing for arbitrary graphql content independent of Mongo-based types

v0.11.8

27 May 05:09
Compare
Choose a tag to compare

Bug fixes related to code generation