You mention in your pagination docs that you referenced the official GraphQL approach for pagination:
Do you also support limiting the amount of results in a query with first: X
?
You mention in your pagination docs that you referenced the official GraphQL approach for pagination:
Do you also support limiting the amount of results in a query with first: X
?
Hey @sbaughman,
Thanks for the heads, we will try to do our best to implement this in the future. This is not something planned at the moment but I can see how this can solve issues.
I’ll let you know if we start working on this.
Hello @sbaughman,
Maybe @renaud misunderstood your question but the first
parameter should be available. Did you try it? AFAIK, we are compliant with what is described in https://graphql.org/learn/pagination/#pagination-and-edges.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.