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:
projection
innode(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-runtime
for 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-bin
till 0.29 - Fix
peerDependencies
- Update
graphql-compose
till 0.0.7
- update
graphql-compose
till 0.0.6 - small fixes
- mutationMiddleware move all args into
input!
arg, ifinput
exists add onlyclientMutationId
to it and leave rest args untouched.
- realized
RootQuery.node
field - mutationMiddleware for adding
clientMutationId
to input/output object types - added
NodeInterface
with object type resolving - add or wrap
id
field to return Relay's globally unique ID - exports
flow
annotations
- Initial commit