apollo-feature-requests
apollo-feature-requests copied to clipboard
🧑🚀 Apollo Client Feature Requests | (no 🐛 please).
Over the course of building a large web app with apollo client, I’ve found that the most challenging part of using apollo client and the cache properly to be debugging...
I'm using the `` component of `react-apollo`, and I'm looking a simple way to write one GQL file that defines several related operations I might need for a component, which...
I want to access the query variables to set the key in local cache since my query doesn't have id and identical by query variable, how to access the query...
This request is quite simple, I'd like the same onComplete and onError props that Mutation and now Query have. The use case is to allow manipulation of props within a...
We have a few noisy automated queries that hit our graphql server (e.g. E2E health checks). They end up filling up our engine metrics with a lot of useless data....
## Problem I was looking for a way to turn off `cacheControl` types from being injected into my schema. There isn't any documentation around this from what I could see....
Migrated from: apollographql/apollo-client#1152
Migrated from: apollographql/react-apollo#3013
Migrated from: apollographql/react-apollo#3054
Migrated from: apollographql/react-apollo#2059