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 80d6bcd commit 622b4b7Copy full SHA for 622b4b7
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## master
2
3
+## 1.0.7 (August 25, 2016)
4
+- fix: `projection` in `node(id)` resolve method, now it correctly adds required fields for `relations`
5
+
6
## 1.0.6 (August 15, 2016)
7
- fix: babel build via the workaround https://phabricator.babeljs.io/T2877#78089 Huh, it's too tricky to use Map/Set in ES5.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-relay",
- "version": "1.0.6",
+ "version": "1.0.7",
"description": "Plugin for `graphql-compose` which wraps graphql types with Relay specific logic.",
"files": [
"es",
0 commit comments