Description
{
getStepStatus( name: "PASSED") {
name
description
color
testStatus
}
}
where testStatus is a projection for the mapped TestStatus object:
type StepStatus {
(...)
testStatus: TestStatus
}