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

update_pipeline_etag.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: 9025f00b343e28cac3626567443fc9379641bbd8 (plain)
1
2
3
mutation updatePipelineEtag($pipelineEtag: String) {
  updatePipelineEtag(pipelineEtag: $pipelineEtag) @client
}