mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 22:30:12 +01:00
10 lines
174 B
Text
10 lines
174 B
Text
|
|
query sha2pipelineIID($projectPath: ID!, $sha: String!) {
|
||
|
|
project(fullPath: $projectPath) {
|
||
|
|
pipelines(last: 1, sha:$sha){
|
||
|
|
nodes {
|
||
|
|
iid
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|