Chris Lenfest

Results 26 issues of 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. ![image](https://user-images.githubusercontent.com/12638044/183714640-076703a9-ed05-4fb4-9893-ed20420afdb7.png)

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...

⛲️ feature
component/composition
4d-2022
compose-directive-2022

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...

:hugs: improvement
component/composition

### 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...

P2

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...

status/needs-review

### 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.