Overview
useFetchCommentByForeignId returns a function that fetches a comment using the foreign ID from your own system. Useful when you’ve stored your own identifier on a comment and need to retrieve it later.
Usage Example
Parameters
The foreign ID to look up.
Populate related data. Accepted values:
"user", "entity", "space", "parent".Returns
The fetched comment. See Comment data model.

