8 lines
193 B
Text
8 lines
193 B
Text
|
query getCiConfigData($projectPath: ID!, $sha: String, $content: String!) {
|
||
|
ciConfig(projectPath: $projectPath, sha: $sha, content: $content) {
|
||
|
errors
|
||
|
mergedYaml
|
||
|
__typename
|
||
|
}
|
||
|
}
|