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

current_branch.query.graphql « client « queries « graphql « pipeline_editor « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f4f9d26f240662d53ca685a97c0e1bc615ee3a4 (plain)
1
2
3
4
5
6
7
query getCurrentBranch {
  workBranches @client {
    current {
      name
    }
  }
}