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