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

update_current_branch.mutation.graphql « client « mutations « graphql « pipeline_editor « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b722c147f5f1637d0b7835ae468f3dc3d6630c4e (plain)
1
2
3
mutation updateCurrentBranch($currentBranch: String) {
  updateCurrentBranch(currentBranch: $currentBranch) @client
}