Skip to content

Commit 55442e3

Browse files
Version Packages (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 27e5cdb commit 55442e3

File tree

6 files changed

+19
-24
lines changed

6 files changed

+19
-24
lines changed

.changeset/cute-cougars-drop.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/happy-pens-walk.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/new-bushes-roll.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @yaacovcr/transform
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- a359146: Add initial functionality for composition of subschemas, i.e. stitching.
8+
9+
This functionality will supplant object extension.
10+
11+
- a359146: Change main export to `transform` from `transformResult`.
12+
13+
Instead of processing an existing result, the function delegates the request directly to the underlying service using a gateway-style approach.
14+
15+
- 61b888a: Remove path-scoped object extenders.
16+
17+
While workable for non-incremental requests, API for modifying existing deferred fragments would be quite complex.
18+
319
## 0.0.5
420

521
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yaacovcr/transform",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "A set of tools for transforming GraphQL results.",
55
"private": true,
66
"license": "MIT",

0 commit comments

Comments
 (0)