gitlab-org--gitlab-foss/app/assets/javascripts/editor/graphql/remove_items.mutation.graphql

4 lines
85 B
GraphQL

mutation removeToolbarItems($ids: [ID!]) {
removeToolbarItems(ids: $ids) @client
}