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

get_ci_catalog_settings.query.graphql « queries « graphql « catalog « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0de060283860c9ae11a6a8e45b153ab541dabd1a (plain)
1
2
3
4
5
6
query getCiCatalogSettings($fullPath: ID!) {
  project(fullPath: $fullPath) {
    id
    isCatalogResource
  }
}