Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds ability to compose custom directives by passing in an optional `…
…exposeDirectives` parameter to the `composeServices` function. This PR intentionally muddies the waters somewhat between executable and type system directives. The type system portion of the directive (e.g. type system locations) are composed by union, whereas the executable portion will continue to compose as it has done. Add exposeDirectives option to IntrospectAndCompose
- Loading branch information