File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
## master
2
2
3
3
## 1.0.7 (August 15, 2016)
4
- - fix: babel build via the workaround https://phabricator.babeljs.io/T2877#78089 Huh, it's to tricky to use Map/Set in ES5.
4
+ - fix: babel build via the workaround https://phabricator.babeljs.io/T2877#78089 Huh, it's too tricky to use Map/Set in ES5.
5
5
6
6
## 1.0.6 (August 13, 2016)
7
7
- fix: babel build process
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ graphql-compose-connection
2
2
======================
3
3
This is a plugin for [ graphql-compose] ( https://github.com/nodkz/graphql-compose ) family, which adds to the TypeComposer ` connection ` resolver.
4
4
5
- [ Live example ] ( https://graphql-compose-mongoose .herokuapp.com )
5
+ Live demo: [ https://graphql-compose.herokuapp.com/ ] ( https://graphql-compose.herokuapp.com/ )
6
6
7
7
This package completely follows to Relay Cursor Connections Specification (https://facebook.github.io/relay/graphql/connections.htm ).
8
8
You can’t perform that action at this time.
0 commit comments