OBJECT
getStatus
link Example
The Query below returns a Status
{
getStatus( name: "PASSED") {
name
description
final
color
}
}
OBJECT
The Query below returns a Status
{
getStatus( name: "PASSED") {
name
description
final
color
}
}