Skip to content

Commit 368e4b9

Browse files
committed
Bump 0.0.6
1 parent 166605a commit 368e4b9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## master
22

3+
## 0.0.6 (July 08, 2016)
4+
* rename `input` argument to `record` for mutations (due `graphql-compose-relay` compatibility).
5+
`input` is a reserved name for mutations' arg in Relay, and may contains not only document/record data (eg. clientMutationId, sort and filter args). So better solution for `graphql-compose-mongoose` do not use this name, cause `graphql-compose-relay` get all args from mongoose resolvers and put them to `input` arg.
6+
37
## 0.0.5 (July 07, 2016)
48
* refactor Resolvers due changes in graphql-compose api
59
* exports flow annotations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-compose-mongoose",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
55
"files": [
66
"es",

0 commit comments

Comments
 (0)