TypesObjects
RiskScoreResult
A risk score with its matched values that contributed to the score
type RiskScoreResult {
score: Int!
matchedValues: [String!]!
status: RiskScoreStatus!
}Fields
score Int! non-null scalar
matchedValues [String!]! non-null scalar
status RiskScoreStatus! non-null enum
RiskScoreStatus!
Indicates whether data was present for calculation or if it was missing
Member Of
CustomRiskFieldScore object RiskCalculationResult object