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

Problem with pagination using version 0.20 and 0.21 #885

Open
gol4nsky opened this issue Aug 13, 2024 · 1 comment
Open

Problem with pagination using version 0.20 and 0.21 #885

gol4nsky opened this issue Aug 13, 2024 · 1 comment

Comments

@gol4nsky
Copy link

Describe the bug
I am experiencing an issue with pagination in versions 0.20 and 0.21. This bug did not exist in version 0.19. When I set the after parameter, I get the same results as if the after attribute were not set, regardless of the key used from pageInfo.

To Reproduce
query Products {
products(
first: 20
where: {orderby: {field: MENU_ORDER, order: ASC}, category: "foo"}
after: ""
) {
nodes {
name
}
pageInfo {
endCursor
hasNextPage
}
}
}

Plugin Versions

  • WooGraphQL Version: - 0.20, 0.21
  • WPGraphQL Version: - 1.28.0
  • WordPress Version: - 6.6.1
  • WooCommerce Version: - 9.1.4
@AliAUZ
Copy link

AliAUZ commented Oct 12, 2024

Same as mine I have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants