Hugh Willson
Hugh Willson
This is the main feature request tracking issue for adding `@defer` / `@stream` support to Apollo Server. More details will be broken out shortly.
Awesome work in https://github.com/graphql-dotnet/graphql-dotnet/pull/1233! We would love to add `graphql-dotnet` to Apollo's [Federation compatibility test suite](https://github.com/apollographql/apollo-federation-subgraph-compatibility) (and [docs](https://www.apollographql.com/docs/federation/other-servers/)). @sungam3r if you're interested/available to collaborate on this, that would be amazing!...
* Remove unreachable Records * Remove expired Records (Dangling references are also an issue but related to low level usages of `remove(id)`, see https://github.com/apollographql/apollo-kotlin/issues/2507)
Before releasing Apollo Kotlin's `@defer` work, we'll want to put together a small demo app that demonstrates the capabilities (talking to the Apollo Router).
Broken out from: https://github.com/apollographql/apollo-client/issues/8245 Now that `@apollo/client` 3.6 is out with updated React 18 support, this issue will track Apollo Client's React suspense + data fetching support (coming in 3.7).
Demonstrate how to use `cache.policies.addTypePolicies()` to lazily load cache type/field policies. Reference: https://github.com/apollographql/apollo-client/issues/6711
We're using codesandbox hosted sample applications in several places in our docs. We need to review all of these to: 1. Make sure they're all still working properly; we've noticed...
This issue tracks the docs items that weren't completed in https://github.com/apollographql/apollo-client/pull/6429. **TODO:** - [ ] Refactor all pagination documentation - [x] ~Overhaul https://www.apollographql.com/docs/react/data/pagination/~ * https://github.com/apollographql/apollo-client/pull/7175 - [ ] Document new...
We merged https://github.com/apollographql/apollo-client/pull/9986 to get tests in CI passing again, but we'll want to look into a better solution that doesn't require running tests serially (ie. remove the Jest `--runInBand`...
We currently recommend using the [`MockedProvider`](https://www.apollographql.com/docs/react/development-testing/testing) and associated API approach to testing applications built using Apollo Client. `MockedProvider` works well in a lot of cases, but can be [difficult to...