If I have an article in a Headless CMS, and each article has a list of comments submitted via a form (with fields like username, email, and message), how can I retrieve all the comments along with the article details in a single GraphQL query? Additionally, the CMS should allow admin to toggle comment visibility (show/hide). What’s the best practice for this? should i create the Form ? or maybe create a custom Modules ?
Environment
- Xperience by Kentico version: [30.1.3]
- .NET version: [8]
- Execution environment: [SaaS]