github graphql-compose/graphql-compose v2.13.0

latest releases: v9.0.10, v9.0.9, v9.0.8...
6 years ago

2.13.0 (2018-02-01)

Potential BREAKING CHANGES

If you use GQC instance for creating types then you need to modify your code a little bit:

import { GQC } from 'graphql-compose';

- const ViewerTC = GQC.get('Viewer');
+ const ViewerTC = GQC.getOrCreateTC('Viewer');

Bug Fixes

  • small changes for supporting graphql@0.14 (b973df1)
  • EnumTypeComposer: make compatible with graphql@0.9.0 (3a66428)

Features

  • EnumTypeComposer: new helper for Enum type (dd958ee), closes #79
  • TypeMapper: add EnumTypeComposer as a valid type (a540e70)
  • utils: add helper graphqlVersion for detecting graphql version (d58db73)
  • Add graphql@0.13.0-rc.1 to peerDependencies (0099b70)

Don't miss a new graphql-compose release

NewReleases is sending notifications on new releases.