Graphql pagination #16824
cyprianwaclaw
started this conversation in
General
Graphql pagination
#16824
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to create pagination in supabase with graphql. When I have query: {
postsCollection(first: 10)
{
pageInfo {
}
}
I return olny coursor next and previus and I don't know how many page is in pagination and next whan I want go to eq third page, how to doing this ?
Beta Was this translation helpful? Give feedback.
All reactions