Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
useFetchComment returns a function that fetches a single comment by ID. The response wraps the comment in a { comment } object to allow future expansion of the response shape.
Usage Example
Parameters
The ID of the comment to fetch.
Populate related data. Accepted values:
"user", "entity", "space", "parent".Returns
The fetched comment. When
"parent" is included, comment.parentComment is populated. See Comment data model.
