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

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

6 lines
55 B
GraphQL
Raw Normal View History

2022-06-21 17:19:12 +05:30
query ToolbarItems {
items @client {
nodes
}
}