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

GraphQL findAll pagination not working #81

Closed
Juraso2 opened this issue Oct 23, 2021 · 1 comment
Closed

GraphQL findAll pagination not working #81

Juraso2 opened this issue Oct 23, 2021 · 1 comment

Comments

@Juraso2
Copy link
Contributor

Juraso2 commented Oct 23, 2021

Hello, pagination in findAll query is not working.
I think it is not working because of JSON.parse function want to get a string parameter but query provide an array.
It works when i provide where argument like this
where: ["{\"_start\":0,\"_limit\":10}"]

@cyp3rius
Copy link
Collaborator

Released as part of 1.0.4. Appreciate your contribution!

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