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

is_new_ci_config_file.graphql « client « queries « 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: 8c2ca276f50473cdc4d39e3516f4ea8ffc3855ca (plain)
1
2
3
query getIsNewCiConfigFile {
  isNewCiConfigFile @client
}