We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e35da1 commit 1372ef0Copy full SHA for 1372ef0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## master
2
3
+## 1.0.4 (July 20, 2016)
4
+* expose `fieldsConverter` methods
5
+* fix filterHelper: if `filter` InputType without fields, then do not add it to args
6
+* fix projectionHelper: make projection flat, before passing to mongoose
7
+* add `convertSchemaToGraphQL` method for creating cached graphql type from MongooseSchema
8
+
9
## 1.0.3 (July 18, 2016)
10
* HotFix for connection resolver
11
* HotFix for operators' types in `filter` helper
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-mongoose",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
"files": [
"es",
0 commit comments