graphql-query-rewriter / core

Seamlessly turn breaking GraphQL changes into non-breaking changes
https://graphql-query-rewriter.github.io/core
MIT License
409 stars 16 forks source link

feat: adding `matchConditions` which can be used to further restrict matches #8

Closed chanind closed 4 years ago

chanind commented 4 years ago

This PR adds a matchConditions array to the RewriteHandler, which allows further restricting matches. This is needed to make ScalarFieldToObjectFieldRewriter more feasible to use, and avoid accidentally rewriting unintentionally.

chanind commented 4 years ago

:tada: This PR is included in version 1.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: