fixed

Hotfix: item_id argument changed on pin_to_top and unpin_from_top mutations

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

ArgumentDescription
id ID!The unique identifier of the update to pin or unpin.
item_id IDThe item's unique identifier.