Fixed
Hotfix: item_id argument changed on pin_to_top and unpin_from_top mutations
 October 23rd, 2024 
We released a hotfix in 2024-10 to the pin_to_top and unpin_from_top mutations. The item_id argument on both mutations has changed from type Int to ID, and it is no longer required.
Arguments
| Argument | Description | 
|---|---|
id ID! | The unique identifier of the update to pin or unpin. | 
item_id ID | The item's unique identifier. | 
