android_external_mesa3d/bin/ci/pipeline_utils.gql
2025-06-27 00:11:40 -05:00

9 lines
174 B
GraphQL

query sha2pipelineIID($projectPath: ID!, $sha: String!) {
project(fullPath: $projectPath) {
pipelines(last: 1, sha:$sha){
nodes {
iid
}
}
}
}