arackaf / mongo-graphql-starter

Creates a fully functioning, performant, extensible GraphQL endpoint from a Mongo DB. Supports middleware, Mongo 4 transactions.
MIT License
423 stars 29 forks source link

Allowed null filtering for JSONType fields #23

Closed erikras closed 6 years ago

erikras commented 6 years ago

Solves last issue described here: https://github.com/arackaf/mongo-graphql-starter/issues/21#issuecomment-400631553

Fixes #21.

erikras commented 6 years ago

Heh. I wonder if I can PR your PR like this? 🤷‍♂️

The tests all pass for me locally, and the generated schema works great.

arackaf commented 6 years ago

Great work - thanks @erikras!

arackaf commented 6 years ago

@erikras Your PR is merged into the feature branch, and published to npm under a new beta version. Once the docs are updated I'll give it a real version number, but of course that doesn't stop you from using it now if you want.

erikras commented 6 years ago

Awesome! Thanks a million!

arackaf commented 6 years ago

Done and released, with updated docs. I also added in _in filters, and a few more tests.