3 lines
125 B
GraphQL
3 lines
125 B
GraphQL
mutation updateItem($id: ID!, $propsToUpdate: Item!) {
|
|
updateToolbarItem(id: $id, propsToUpdate: $propsToUpdate) @client
|
|
}
|