9.0.0 (2020-03-26)
⚠ BREAKING CHANGES
- stitching: Allow specification of args even with root field transformations. Includes changes to createRequestFromInfo and createRequest signatures and related interfaces, streamlining them to only use the targetOperation and targetFieldName, returning to the original upstream graphql-tools behavior of adding args later as a transform.
args passed to delegateToSchema, however, are still optional. All args passed to delegateToSchema are serialized using the targetSchema serialization, if available.
Bug Fixes
- delegation: fix argument/variable bugs (74b95c2), closes #46 #44
- stitching: delegateToSchema args specification (01fddb4)