nexus_reorder_pinned_comments
Reorder the pinned comments of a thread by passing all pinned comment IDs in the desired order, returning the updated sequence.
Instructions
Reorder pinned comments in a thread via v2 GraphQL.
Pass ALL pinned comment IDs of the thread in the desired order.
Returns: JSON {comments: [{id}]} in the new order, or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_ids | Yes | Comma-separated pinned comment IDs in the desired order. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |