Releases: graphql-compose/graphql-compose-connection
Releases · graphql-compose/graphql-compose-connection
v1.1.0
v1.0.10
<a name"1.0.10">
1.0.10 (2016-10-12)
Bug Fixes
- Dependencies:
- Fix due changes in [email protected] (93243727)
- Fix due changes in [email protected] (52c9fc3e)
v1.0.9
1.0.8 (September 6, 2016)
- Update dependencies
- Flowtype 0.32
- Fix code style issues
1.0.7 (August 15, 2016)
- fix: babel build via the workaround https://phabricator.babeljs.io/T2877#78089 Huh, it's to tricky to use Map/Set in ES5.
1.0.6 (August 13, 2016)
- fix: babel build process
1.0.5 (August 10, 2016)
- Update packages, add
babel-plugin-transform-runtimefor build process. Fix issue for vanilla node.js users without babel (thanks @jacobbubu).
1.0.4 (August 9, 2016)
- Add
ofTypeproperty toConnectionandEdgetypes.
Connection type is some kind of wrapper under GraphQLNamedType.
This behavior needed forgraphql-composemodule inprojectionhelper, otherwise, it incorrectly constructs projectionMapper for tricky fields.
1.0.3 (July 22, 2016)
- If
firstorlastargs not provided, then get first 20 records by default.
1.0.2 (July 20, 2016)
- fix: return non-empty PageInfo if records not found