Releases: arackaf/mongo-graphql-starter
Releases · arackaf/mongo-graphql-starter
v1.2.0
v1.1.0
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.