apollo-feature-requests
                                
                                
                                
                                    apollo-feature-requests copied to clipboard
                            
                            
                            
                        π§βπ Apollo Client Feature Requests | (no π please).
Similar to useLazyQuery, I'd like to request for a hook that would provide the ability to defer the invocation of a subscription query: `useLazySubscription`. The problem to be addressed here...
From my understanding of GraphQL data that is not available as part of a request should be returned as null, therefore allowing other parts of the query to return for...
## Problem Currently when you run a mutation, there is an `update` function which can help to update cache for existing queries. The issue is that at that moment you...
See discussion in https://github.com/apollographql/react-apollo/issues/3316. The current error provided by `MockLink` is just `No more mocked responses for the query:` followed by a dump of the query and arguments provided. While...
Migrated from: apollographql/apollo-client#2425 I found multiple issues mentioning a feature i would like https://github.com/apollographql/apollo-client/issues/2977 https://github.com/apollographql/apollo-client/issues/2872 What I would like is a way to only fetch the fields which are not...
In serverless applications, introspection is quite an overhead and as of now, this step is required to build a schema for the gateway. What We do now to work around...
## Introduction A new Apollo link solely for testing purposes to allow for more finegrained control over what is mocked and when. And a way to automatically generate mock data...
I got very excited when I learned about Apollo Federation. One huge use case that I see for Apollo Federation is to allow multi-tenancy for the Apollo Gateway. This would...
The [documentation for header authentication](https://www.apollographql.com/docs/react/recipes/authentication.html#Header) says: > Another common way to identify yourself when using HTTP is to send along an authorization header. Itβs easy to add an authorization header...
Migrated from: apollographql/apollo-client#2712 Quoting [myself](https://github.com/apollographql/apollo-client/issues/2712#issuecomment-403190281): > About the potential behavior changes... in what kind of use-cases would it be preferable to watch the store, instead of watching the result for...