blob: 8b8e4b2b8857501227731baabed8474356546d13 [file] [log] [blame]
query getCiConfigData($projectPath: ID!, $sha: String, $content: String!) {
ciConfig(projectPath: $projectPath, sha: $sha, content: $content) {
errors
mergedYaml
__typename
}
}