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

get_ci_catalog_resource_shared_data.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: 4ac4cb0e39474d21857f351823e4aa293be5d3ef (plain)
1
2
3
4
5
6
7
#import "../fragments/catalog_resource.fragment.graphql"

query getCiCatalogResourceSharedData($id: CiCatalogResourceID!) {
  ciCatalogResource(id: $id) {
    ...CatalogResourceFields
  }
}