Skip to content

Releases: yaacovCR/transform

v0.0.6

29 Apr 10:11
55442e3

Choose a tag to compare

Patch Changes

  • a359146: Add initial functionality for composition of subschemas, i.e. stitching.

    This functionality will supplant object extension.

  • a359146: Change main export to transform from transformResult.

    Instead of processing an existing result, the function delegates the request directly to the underlying service using a gateway-style approach.

  • 61b888a: Remove path-scoped object extenders.

    While workable for non-incremental requests, API for modifying existing deferred fragments would be quite complex.

v0.0.5

27 Mar 20:16
4b4775c

Choose a tag to compare

Patch Changes

  • 070dac0: Add path-scoped field transformers and path-scoped object extenders.

v0.0.4

25 Mar 07:42
0826068

Choose a tag to compare

Patch Changes

  • 17ddd66: Add ability to transform field values
  • 17ddd66: Switch graphql to peer dependency

v0.0.3

24 Mar 12:15
033d0b2

Choose a tag to compare

Patch Changes

  • 13dbde4: Support transformation of incremental GraphQL results utilizing either new and legacy formats
  • 13dbde4: Add ability to transform leaf values based on the type

v0.0.2

10 Mar 12:24
76054c1

Choose a tag to compare

Patch Changes

  • 39fcf37: Add source map support

  • 6d3d2f6: Remove inlining

    This change is a necessary precondition for adding potentially async transformations of the initial and subsequent results.

v0.0.1

23 Feb 15:11
9c004ae

Choose a tag to compare

Patch Changes