Chris Lenfest
Chris Lenfest
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....
Should match the way we reference graphs elsewhere. 
Error is `Cannot read property 'replace' of undefined`. The problem is in the `reportMismatchHint` code.
We'd like to compose user directives in a standard way that mirrors what we've done in `toAPISchema`. In general there are two cases we need to handle, executable directives which...
I'm a little bit bothered that we have a `@join__type` for `SUBGRAPH2` here given the `@override` on the type. I do get why, and that `@override` is supposed to mostly...
### Issue Description When we implemented `@override`, we added a restriction that fields with a `@requires` or `@provides` could not be overridden, the idea being that it was dangerous to...
Notes to reviewers: - There are a couple of tests that I haven't yet written yet. Those are annotated with an `it.todo` and should be done shortly. - There are...
### Issue Description When implementing `@authenticated` and `@requireScopes`, @trevor-scheer noticed that there was an issue if they were both in the same coreSpec `auth`. There seems to be two main...
Query planning and composition work for adding @fromContext and @context along with bump federation to version 2.8 to accommodate.