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

pipeline_etag.query.graphql « client « queries « 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: 8df6e74a5d93df4318c70f316a853c26701418b2 (plain)
1
2
3
4
5
query getPipelineEtag {
  etags @client {
    pipeline
  }
}