Skip to main content

Requirement

No description

type Requirement {
name: String!
nameV2: RequirementName
value: String!
valueType: ValueType
comparator: String!
isQualified: Boolean
userValue: String
}

Fields

name ● String! non-null scalar

The name of the requirement

nameV2 ● RequirementName enum

The enumerated name of the requirement

value ● String! non-null scalar

The threshold at which the requirement is compared

valueType ● ValueType enum

Optional field if value is not of type string

comparator ● String! non-null scalar

The operator with which the comparison uses, i.e. "=", "<=", ">="

isQualified ● Boolean scalar

Whether a user has qualified for this requirement

userValue ● String scalar

The user value for this requirement

Member of

Level object ● UserChallenge object ● UserPackListingLevelEligibility object