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

label.fragment.graphql « queries « service_desk « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb1d8f1ac9b1ce34cb7cf62e7513f4ab482317c3 (plain)
1
2
3
4
5
6
fragment Label on Label {
  id
  color
  textColor
  title
}