Releases: graphql-query-rewriter/core
Releases · graphql-query-rewriter/core
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2020-10-29)
Features
BREAKING CHANGES
-
Changes the behavior of
Rewriter
.rewriteResponse
so that implementations modify the parent result instead of only returning the result of the key path. -
refactor: remove direct mutation of rewritten responses
-
fix: use previous logic for rewriting array children
v2.0.0
2.0.0 (2020-09-08)
Features
BREAKING CHANGES
-
rewriter: This changes the definition of
Rewriter
.rewriteResponse
. Thepath
references the location of the element while theresponse
points to the parent of the element. Combining these will result in the original behavior. -
refactor: rename property to fix shallowing
-
refactor: rename variable for clarity