• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1query getCiConfigData($projectPath: ID!, $sha: String, $content: String!) {
2  ciConfig(projectPath: $projectPath, sha: $sha, content: $content) {
3    errors
4    mergedYaml
5    __typename
6  }
7}
8