Sign in
android
/
platform
/
external
/
mesa3d
/
b74eb12a8e01ac086ecfa4f6448a3e46b2cb1593
/
.
/
bin
/
ci
/
job_details.gql
blob: 8b8e4b2b8857501227731baabed8474356546d13 [
file
] [
log
] [
blame
]
query getCiConfigData
(
$projectPath
:
ID
!,
$sha
:
String
,
$content
:
String
!)
{
ciConfig
(
projectPath
:
$projectPath
,
sha
:
$sha
,
content
:
$content
)
{
errors
mergedYaml
__typename
}
}