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 42f70df commit 7130137Copy full SHA for 7130137
CHANGELOG.md
@@ -1,4 +1,11 @@
1
## master
2
3
+## 0.0.2 (July 07, 2016)
4
+* realized `RootQuery.node` field
5
+* mutationMiddleware for adding `clientMutationId` to input/output object types
6
+* added `NodeInterface` with object type resolving
7
+* add or wrap `id` field to return Relay's globally unique ID
8
+* exports `flow` annotations
9
+
10
## 0.0.1 (July 04, 2016)
11
* Initial commit
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-relay",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Plugin for `graphql-mongoose` which wraps graphql types with Relay specific logic.",
"files": [
"es",
0 commit comments