Get Collection Comments (GraphQL)
get_collection_commentsFetch comments for a Nexus Mods collection (newest first) including first replies. Use comment_thread_id or slug; paginate with after cursor.
Instructions
Read a collection's comments (newest first) with first replies. Pass comment_thread_id (from get_collection) or slug. Paginate with after = endCursor. Write via post_collection_comment (web tier).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | Game domain name, e.g. "skyrimspecialedition" | |
| slug | No | ||
| after | No | Cursor from a previous page | |
| first | No | ||
| comment_thread_id | No |