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

update_commit_sha.mutation.graphql « mutations « 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: dce17cad80869be5c086b121772fe0260ae9beac (plain)
1
2
3
mutation updateCommitSha($commitSha: String) {
  updateCommitSha(commitSha: $commitSha) @client
}