graphql-query-rewriter / core

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

feat: make`matches` public on `RewriterHandler` #17

Closed chanind closed 4 years ago

chanind commented 4 years ago

closes #16

This PR makes matches a public field, so middleware can access it to determine if there's been matches / what has been matched.

chanind commented 4 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: