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 2fd54c5 commit c71fceeCopy full SHA for c71fcee
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## master
2
3
+## 1.0.10 (August 25, 2016)
4
+- Resolvers `findOne` and `findById` now by default return object with data, not mongoose document.
5
+
6
## 1.0.9 (August 15, 2016)
7
- fix: babel build via the workaround https://phabricator.babeljs.io/T2877#78089 Huh, it's too tricky to use Map/Set in ES5.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-mongoose",
- "version": "1.0.9",
+ "version": "1.0.10",
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
"files": [
"es",
0 commit comments