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

set_is_showing_labels.mutation.graphql « client « graphql_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f1152919779b756663f23d09e90a62fbf89d578 (plain)
1
2
3
mutation setIsShowingLabels($isShowingLabels: Boolean!) {
  setIsShowingLabels(isShowingLabels: $isShowingLabels) @client
}