hpi-swa-lab / BP2021RH1

Crowd-Sourced Picture Archive for Bad Harzburg / BP2021RH1
https://bilder.bad-harzburg-stiftung.de/
MIT License
4 stars 0 forks source link

Apollo ignores skip parameter on queries #528

Open olschulz opened 1 year ago

olschulz commented 1 year ago

Currently the skip parameter on apollo queries is bugged. See here and here.

As a workaround we can use lazy queries, see here for an example.

MariusDoe commented 1 year ago

Somehow related: GeoView uses one of two queries depending on a growthbook feature, but currently always queries both. It should only query one, ideally using skip, but due to this issue, that currently can't work.