diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a39c29b..c42ba7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 9b7290ca..ea4b23dd 100644 --- a/package.json +++ b/package.json @@ -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",