apollo-feature-requests icon indicating copy to clipboard operation
apollo-feature-requests copied to clipboard

πŸ§‘β€πŸš€ Apollo Client Feature Requests | (no πŸ› please).

Results 193 apollo-feature-requests issues
Sort by recently updated
recently updated
newest added

Currently Apollo doesn't offer an official Flutter Client for developers using [Flutter ](https://flutter.dev/)as their mobile Development framework

feedback wanted

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

project-rover-cli

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

project-apollo-client

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

project-apollo-federation

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

project-apollo-client

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

project-apollo-client

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

project-apollo-client

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

project-apollo-client

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

project-apollo-client

Migrated from: apollographql/apollo-client#3450

project-apollo-client