Mutations
/pin_to_top
pin_to_top
Arguments
id
ID!
Required
The update's unique identifier.item_id
ID
The item unique identifier.
Returns
Update!
Required
mutation pin_to_top($id: ID!) { pin_to_top(id: $id) { # pin_to_top fields } }
Built with
id
ID!
Required
item_id
ID
Update!
Required
mutation pin_to_top($id: ID!) { pin_to_top(id: $id) { # pin_to_top fields } }