Skip to content

Commit

Permalink
Bump 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Jul 8, 2016
1 parent 166605a commit 368e4b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## master

## 0.0.6 (July 08, 2016)
* rename `input` argument to `record` for mutations (due `graphql-compose-relay` compatibility).
`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.

## 0.0.5 (July 07, 2016)
* refactor Resolvers due changes in graphql-compose api
* exports flow annotations
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-mongoose",
"version": "0.0.5",
"version": "0.0.6",
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
"files": [
"es",
Expand Down

0 comments on commit 368e4b9

Please sign in to comment.