Closed Stormteller closed 7 years ago
I would also like to know how indexing works. Does that "first" argument work?
The way I have pagination setup is more straight forward and takes advantage of the advantages and optimisations of Djangos Paginator https://github.com/graphql-python/graphene/issues/573
I am facing this problem. @Stormteller - How did you fix this?
I have node schema:
And Query:
When I am trying to use some query with built-in pagination like:
I get the error:
What's the problem? And how to fix it?