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

update_last_commit_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: 9561312f2b66751d44b33c56a15ff682baf1cdba (plain)
1
2
3
mutation updateLastCommitBranch($lastCommitBranch: String) {
  updateLastCommitBranch(lastCommitBranch: $lastCommitBranch) @client
}