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

add_items.mutation.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: 13afcc04a48badbe4977bd9885bd6b5282c4adef (plain)
1
2
3
mutation addItems($items: [Item]) {
  addToolbarItems(items: $items) @client
}