Skip to main content

TargetMetrics

No description

type TargetMetrics {
total: Int!
risky: Int!
tested: Int!
notTested: Int!
}

Fields

TargetMetrics.total ● Int! non-null scalar

The total number of targets

TargetMetrics.risky ● Int! non-null scalar

The number of risky targets

TargetMetrics.tested ● Int! non-null scalar

The number of tested targets

TargetMetrics.notTested ● Int! non-null scalar

The number of untested targets

Member Of

DashboardInfo object