VirtusLab-Open-Source / strapi-plugin-comments

A plugin for Strapi Headless CMS that provides end to end comments feature with their moderation panel, bad words filtering, abuse reporting and more.
MIT License
407 stars 63 forks source link

GraphQL findAll pagination not working #81

Closed Juraso2 closed 2 years ago

Juraso2 commented 2 years ago

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 commented 2 years ago

Released as part of 1.0.4. Appreciate your contribution!