Michael Huber

Results 2 comments of Michael Huber

Unfortunately still no update at least in the code: https://github.com/apollographql/apollo-client/blob/fea2bab4e2c50ee96374ea27eb7b52358ccb59ed/src/core/ObservableQuery.ts#L431 Since I'm using React I'm not able to switch to `setVariable` as @m4riok suggests and like it's stated in the...

@dentuzhik Sure, let me try to explain it with words first. We had the situation where we needed to load a list of 60 products in chunks of 12. By...