debian-mirror-gitlab/app/assets/javascripts/editor/graphql/update_item.mutation.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
129 B
GraphQL
Raw Normal View History

2022-06-21 17:19:12 +05:30
mutation updateItem($id: String!, $propsToUpdate: Item!) {
updateToolbarItem(id: $id, propsToUpdate: $propsToUpdate) @client
}