summaryrefslogtreecommitdiff
path: root/bin/ci/job_details.gql
blob: 8b8e4b2b8857501227731baabed8474356546d13 (plain)
1
2
3
4
5
6
7
query getCiConfigData($projectPath: ID!, $sha: String, $content: String!) {
  ciConfig(projectPath: $projectPath, sha: $sha, content: $content) {
    errors
    mergedYaml
    __typename
  }
}