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
409 stars 64 forks source link

Date info missing from GraphQL responses #85

Closed dennis-hh closed 2 years ago

dennis-hh commented 2 years ago

When using findAllInHierarchy, the fields created_at and updated_at are missing from the returned data structure. Same goes for created_by and updated_by. The REST api returns these values, so I expect the GraphQL api to behave the same way.