apollo-feature-requests
apollo-feature-requests copied to clipboard
π§βπ Apollo Client Feature Requests | (no π please).
Currently Apollo doesn't offer an official Flutter Client for developers using [Flutter ](https://flutter.dev/)as their mobile Development framework
Launches are really helpful for us to determine what went live and when. However, when something does go wrong, we want the ability to trace the launch back to the...
Currently, Apollo Client's `pollInterval` refetches every n milliseconds, regardless of whether the user is actively using the page or not, which isn't optimized. Rising libraries such as [SWR](https://swr.vercel.app/docs/revalidation) or [React...
I have two services, there are some types and inputs to shareοΌ * Service A ``` input Page { limit: Int offset: Int } type PageInfo { page: Int page_size:...
I'm using https://github.com/99designs/gqlgen in my go project for graphql server, it uses a schema-first approach to generate structures to represent graphql models. Unfortunately, there's no way to represent undefined (when...
While I super love using `useQuery` and `useMutation`, I find myself writing a lot of code that looks like this: ```js const MyComponent = () => { const { data,...
Apollo Client 3 support's a new cache configuration mechanic with typePolicies, specifically allowing us to define a canonical id for a type via `keyFields`. I've run into several cases where...
Hey! Apollo 3 introduces new mechanics called typePolicies, and it provides an api called `keyArgs` to generate `id` based on top of `args` & `context`, but sometimes it's needed to...
# Support for dynamic matching of MockedResponses and dynamic return data ## Problem The [MockedProvider](https://www.apollographql.com/docs/react/development-testing/testing/#mockedprovider) has a `mocks` prop that allows users to specify the variables and query to match...
Migrated from: apollographql/apollo-client#3450