Benoit 'BoD' Lubek
Benoit 'BoD' Lubek
User defined interceptors is certainly a case. This should never happen due to the regular fetch policies. I was also thinking of something like `@defer` where the backend emits several...
Documentation has been updated, so closing this for now.
Hi! One way is to use the [`ApolloStore` API](https://www.apollographql.com/docs/kotlin/v4/caching/store#writing-operation-data) to manually store a `SimpleUser` that is a combination of the one existing in the cache, and the one you just...
Hmm it looks like your project depends on both `apollo-normalized-cache` and `apollo-normalized-cache-incubating`. Can you maybe try `./gradlew :app:dependencies` to understand why? By the way, head up that since the RC1...
@isaacmanu Was wondering if your issues are resolved?
Closing for now, please don't hesitate to comment here or open another issue if needed.
Can't you use https://shields.io/badges/maven-metadata-url for this? (However, I can't seem to make it work - see #11215).
Could this be split in 2 RFCs? 1. `onError` on requests 2. Capabilities Adoption could look like: 1. Clients and servers implement `onError` Clients send `onError` on requests without knowing...
(Amended the original title and description after understanding what caused the issue).
Hi! Thanks for reaching out. This is an interesting idea. I could see this especially useful with `@defer` where different parts of the received model can have been received or...