Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apollo ignores skip parameter on queries #528

Open
olschulz opened this issue May 25, 2023 · 1 comment
Open

Apollo ignores skip parameter on queries #528

olschulz opened this issue May 25, 2023 · 1 comment
Labels
C-bug Category: Something isn't working

Comments

@olschulz
Copy link
Collaborator

olschulz commented May 25, 2023

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.

@olschulz olschulz added the C-bug Category: Something isn't working label May 25, 2023
@MariusDoe
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants