This package publishing automated by semantic-release. Changelog is generated automatically and can be found here: https://github.com/nodkz/graphql-compose/releases
- Update dependencies
- Flowtype 0.32
- Fix code style issues
- fix:
projectioninnode(id)resolve method, now it correctly adds required fields forrelations
- fix: babel build via the workaround https://phabricator.babeljs.io/T2877#78089 Huh, it's too tricky to use Map/Set in ES5.
- fix: babel build process
- Update packages, add
babel-plugin-transform-runtimefor build process. Fix issue for vanilla node.js users without babel (thanks @jacobbubu).
- Fix: unwrapping args for the underlying resolvers
- Expose
NodeInterface,nodeFieldConfig,fromGlobalId,toGlobalId.
- Fix flow-type errors
- Update
flow-bintill 0.29 - Fix
peerDependencies - Update
graphql-composetill 0.0.7
- update
graphql-composetill 0.0.6 - small fixes
- mutationMiddleware move all args into
input!arg, ifinputexists add onlyclientMutationIdto it and leave rest args untouched.
- realized
RootQuery.nodefield - mutationMiddleware for adding
clientMutationIdto input/output object types - added
NodeInterfacewith object type resolving - add or wrap
idfield to return Relay's globally unique ID - exports
flowannotations
- Initial commit