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 97c4404 commit 6bd33c4Copy full SHA for 6bd33c4
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## master
2
3
+## 1.0.8 (September 6, 2016)
4
+- Update dependencies
5
+- Flowtype 0.32
6
+- Fix code style issues
7
+
8
## 1.0.7 (August 25, 2016)
9
- fix: `projection` in `node(id)` resolve method, now it correctly adds required fields for `relations`
10
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-relay",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "Plugin for `graphql-compose` which wraps graphql types with Relay specific logic.",
"files": [
"es",
0 commit comments