debian-mirror-gitlab/app/assets/javascripts/editor/graphql/get_item.query.graphql

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

10 lines
115 B
GraphQL
Raw Normal View History

2022-06-21 17:19:12 +05:30
query ToolbarItem($id: String!) {
item(id: $id) @client {
id
label
icon
selected
group
}
}