Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-tools-fork

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-tools-fork - npm Package Versions

1
78

6.1.1

Diff

Changelog

Source

6.1.1 (2019-06-30)

Bug Fixes

  • stitching: fix reparsing of lists (d766fe4)
  • stitching: include specified directives even when merging of directives is disabled (44ca2c2)
yaacovcr
published 6.0.1 •

Changelog

Source

6.0.1 (2019-06-27)

Bug Fixes

  • stitching: add default value support (cf8750d), closes #1121
yaacovcr
published 6.0.0 •

Changelog

Source

6.0.0 (2019-06-18)

Bug Fixes

  • stitching: serialize/deserialize enum/custom scalar values (2ec9ac2)

BREAKING CHANGES

  • stitching: This change allows enums and custom scalars to be used as arguments within merged schemas. It also fixes seralization and deserialization more generally within merged schemas. If an implementation is available for a custom scalar within a merged schema (i.e., the schema is local), the internal representation will be available for use with stitching. Previously, the merged schema internally used the serialized version.
yaacovcr
published 5.2.0 •

Changelog

Source

5.2.0 (2019-06-16)

Bug Fixes

Features

  • stitching: restore onTypeConflict option to mergeSchemas (d8d418a)
yaacovcr
published 5.1.1 •

Changelog

Source

5.1.1 (2019-06-13)

Bug Fixes

  • stitching: fix regression (6eed72e)
yaacovcr
published 5.1.0 •

Changelog

Source

5.1.0 (2019-06-12)

Features

  • errors: Pass through all possible errors.
yaacovcr
published 5.0.0 •

Changelog

Source

5.0.0 (2019-06-02)

  • First forked version, bumped major version despite lack of breaking changes.
  • Fix delegateToSchema to allow delegation to subscriptions with different root field names, allows the use of the RenameRootFields transform with subscriptions, pull request #1104, fixes #997. <br/>
  • Add transformers to rename, filter, and arbitrarily transform object fields. <br/> Fixes #819.

Prior changes from graphl-tools:

Next

Features
  • Adds graphql-upload compatible scalar and link for proxying remote file uploads #671
  • Add ability to merge fields from types from different schemas
  • Adds transforms to wrap, extract, and rename fields #1183
  • Adds transform to filter object fields #819
  • Exports visitSchema, SchemaVisitor, healSchema, healTypes, cloneSchema, cloneType, cloneDirective to enable more custom transforms. #1070
  • Allows removing extra delegation layers by passing fetcher/link options directly to delegateToSchema, mergeSchemas, and transformSchema and by filtering directly with filterSchema without additional transformation round #1165
Bug Fixes
  • Filter unused variables from map when proxying requests
  • Preserve subscription errors when using makeRemoteExecutableSchema
  • Preserve extensions when transforming schemas
  • Fix merging and transforming of custom scalars and enums #501, #1056, #1200
  • Allow renaming of subscription root fields #997, #1002
  • Fix alias resolution to no longer incorrectly fallback to non-aliased field when null #1171
  • Do not remove default directives (skip, include, deprecated) when not merging custom directives #1159
  • Fixes errors support #743, #1037, #1046
  • Fix mergeSchemas to allow resolvers to return fields defined as functions #1061
  • Fix default values with mergeSchemas and addResolveFunctionsToSchema #1121
  • Fix interface and union healing
  • Fix stitching unions of types with enums
  • Fix mocking to work when schema stitching
  • Fix lost directives when adding an enum resolver
1
78
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc