Skip to content

Releases: graphql-compose/graphql-compose-relay

1.0.6 (August 15, 2016)

15 Aug 13:43
Compare
Choose a tag to compare

1.0.5 (August 13, 2016)

13 Aug 12:36
Compare
Choose a tag to compare
  • fix: babel build process

1.0.4 (August 10, 2016)

10 Aug 10:04
Compare
Choose a tag to compare
  • Update packages, add babel-plugin-transform-runtime for build process. Fix issue for vanilla node.js users without babel (thanks @jacobbubu).

1.0.3 (July 21, 2016)

20 Jul 20:37
Compare
Choose a tag to compare
  • Fix: unwrapping args for the underlying resolvers

1.0.2 (July 20, 2016)

20 Jul 17:33
Compare
Choose a tag to compare
  • Expose NodeInterface, nodeFieldConfig, fromGlobalId, toGlobalId.

1.0.1 (July 18, 2016)

18 Jul 13:52
Compare
Choose a tag to compare
  • Fix flow-type errors
  • Update flow-bin till 0.29
  • Fix peerDependencies
  • Update graphql-compose till 0.0.7

1.0.0 (July 15, 2016)

15 Jul 06:32
Compare
Choose a tag to compare
  • update graphql-compose till 0.0.6
  • small fixes

0.0.3 (July 08, 2016)

08 Jul 18:12
Compare
Choose a tag to compare
0.0.3 (July 08, 2016) Pre-release
Pre-release
  • mutationMiddleware move all args into input! arg, if input exists add only clientMutationId to it and leave rest args untouched.

0.0.2 (July 07, 2016)

07 Jul 16:35
Compare
Choose a tag to compare
0.0.2 (July 07, 2016) Pre-release
Pre-release
  • 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