summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipeline_editor/graphql/mutations/client/update_current_branch.mutation.graphql
blob: b722c147f5f1637d0b7835ae468f3dc3d6630c4e (plain)
1
2
3
mutation updateCurrentBranch($currentBranch: String) {
  updateCurrentBranch(currentBranch: $currentBranch) @client
}