Sign in
fuchsia
/
third_party
/
mesa
/
7aa1f07ddcf2f8f15bd8e58a509c0209c2e943ed
/
.
/
.gitlab-ci
/
bin
/
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
}
}