summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipeline_editor/graphql/queries/client/current_branch.query.graphql
blob: 1f4f9d26f240662d53ca685a97c0e1bc615ee3a4 (plain)
1
2
3
4
5
6
7
query getCurrentBranch {
  workBranches @client {
    current {
      name
    }
  }
}