File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
## master
2
2
3
+ ## 0.0.3 (July 08, 2016)
4
+ * mutationMiddleware move all args into ` input! ` arg, if ` input ` exists add only ` clientMutationId ` to it and leave rest args untouched.
5
+
3
6
## 0.0.2 (July 07, 2016)
4
7
* realized ` RootQuery.node ` field
5
8
* mutationMiddleware for adding ` clientMutationId ` to input/output object types
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-compose-relay" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Plugin for `graphql-mongoose` which wraps graphql types with Relay specific logic." ,
5
5
"files" : [
6
6
" es" ,
23
23
},
24
24
"homepage" : " https://github.com/nodkz/graphql-compose-relay" ,
25
25
"dependencies" : {
26
- "graphql-compose" : " >=0.0.2 "
26
+ "graphql-compose" : " >=0.0.5 "
27
27
},
28
28
"peerDependencies" : {
29
29
"graphql" : " ^0.5.0"
You can’t perform that action at this time.
0 commit comments