# MovePostInQueueInput

MovePostInQueueInput

movePostInQueue mutation moves a queued post to the top or bottom of its channel's queue.

**Fields:**
- `id`: `PostId!` - ID of the post to move.
- `position`: `QueuePosition!` - Target position within the channel's queue.