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
125 B
GraphQL
Raw Normal View History

2022-07-16 23:28:13 +05:30
mutation updateItem($id: ID!, $propsToUpdate: Item!) {
2022-06-21 17:19:12 +05:30
updateToolbarItem(id: $id, propsToUpdate: $propsToUpdate) @client
}