xref: /aosp_15_r20/external/mesa3d/bin/ci/job_details.gql (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1*61046927SAndroid Build Coastguard Workerquery getCiConfigData($projectPath: ID!, $sha: String, $content: String!) {
2*61046927SAndroid Build Coastguard Worker  ciConfig(projectPath: $projectPath, sha: $sha, content: $content) {
3*61046927SAndroid Build Coastguard Worker    errors
4*61046927SAndroid Build Coastguard Worker    mergedYaml
5*61046927SAndroid Build Coastguard Worker    __typename
6*61046927SAndroid Build Coastguard Worker  }
7*61046927SAndroid Build Coastguard Worker}
8