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

sidebarDetailsForHealthStatusFeatureFlag.query.graphql « queries « sidebar « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2aff7da4605cb595b6cfddd26cd23632d228fd54 (plain)
1
2
3
4
5
6
7
query($fullPath: ID!, $iid: String!) {
  project(fullPath: $fullPath) {
    issue(iid: $iid) {
      iid
    }
  }
}