OBJECT

CoverageStatus

link GraphQL Schema definition

1type CoverageStatus {
2
3name: String
4
5description: String
6
7color: String
8
9}