We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In a new Hydrogen project using example data from Mock.shop, the /blogs/news route is throwing a pagination error:
/blogs/news
The text was updated successfully, but these errors were encountered:
It seems that startCursor is missing inside the pageInfo object (around line 124).
startCursor
pageInfo
const BLOGS_QUERY = `#graphql ... pageInfo { hasPreviousPage hasNextPage hasNextPage startCursor <-- missing field endCursor ... `
Sorry, something went wrong.
Fix the starter template blog route to include a required `startCurso…
da2f641
…r` in the GraphQL query. Resolves #1337
43cbb73
d2f4737
…r` in the GraphQL query. (#1441) Resolves #1337
blittle
Successfully merging a pull request may close this issue.
In a new Hydrogen project using example data from Mock.shop, the
/blogs/news
route is throwing a pagination error:The text was updated successfully, but these errors were encountered: