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

get_keep_latest_artifact_application_setting.query.graphql « queries « graphql « artifacts_settings « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d833d81a3fc1647f92af8597c8e49250888b40d (plain)
1
2
3
4
5
query getKeepLatestArtifactApplicationSetting {
  ciApplicationSettings {
    keepLatestArtifact
  }
}