Skip to content

v1.5.0

Choose a tag to compare

@cfnelson cfnelson released this 26 Feb 15:56

Added

  • Ability to merge a GQL Type defined multiple times in separate files. Will throw an error when fieldDefintitons have conflicting values defined. Usage mergeTypes(types, { all: true }). Many thanks to @squidfunk work in PR #118.

Changed

  • Function signature of mergeTypes(types) has changed to include a 2nd optional param (an options object) -> mergeTypes(types, { all: true }). See Added note & PR #118 for details.
  • GraphQL 0.13.x is now supported. Thanks to @jbblanchet PR #120
  • Added Node.js's utils,events, and assert to Rollup's external modules list.