Chris Lenfest

Results 12 comments of Chris Lenfest

Hi @VijayakumarKupusamy. I'm trying to understand exactly what you're trying to do. This is caching in Apollo client? I'm not an expert on that side of things, but I don't...

After digging into the code, it looks like the issue is that the `RemoteGraphQLDataSource` objects use their own fetcher rather than the fetcher created in the gateway. ~It's definitely a...

@msambol @rsarangu After getting a bit of an assist from a colleague, it turns out I misread the code. `RemoteGraphQLDataSource` will in fact honor a custom fetcher passed in. I...

Hi @romanschejbal. Thanks for the offer, I've got a draft PR up that we'll kick around, but we're moving on this one.

Closing this ticket, as this is supported via core schemas. If we decide that we need to do this later on, we'll need to substantially rewrite in any case.

I had an idea to just go ahead and add the fields back in if they had been overridden, which shouldn't be a big deal, but there's a couple of...

This feature request is resolved by the @context / @fromContext directives released in Federation 2.8.

> 👋 would it be possible to rebase this? right now it picks up tons of unrelated changes from fed 2.7.3 -> 2.7.5 @dariuszkuc As far as I can tell...

> I've offered this suggestion before but are we sure we don't want to just turn Renovate on for this repository and let it handle the creation of the PRs?...

> > One definite issue is that if someone were to add a reference to type in the set parent callback, there would definitely be an assertion failure at runtime....