Welcome to mirror list, hosted at ThFree Co, Russian Federation.

get_items.query.graphql « graphql « editor « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bfac816d276b630352ba57c6b49006f594510fca (plain)
1
2
3
4
5
query ToolbarItems {
  items @client {
    nodes
  }
}