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

ready_to_merge.query.graphql « states « queries « vue_merge_request_widget « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f713739f65ac7553cf369c2094a1f42cb12eff77 (plain)
1
2
3
4
5
6
7
#import "./ready_to_merge.fragment.graphql"

query readyToMerge($projectPath: ID!, $iid: String!) {
  project(fullPath: $projectPath) {
    ...ReadyToMerge
  }
}