AccountChallengeItem
账户验证质询项
type AccountChallengeItem {
id: ID!
type: AccountChallengeType!
data: JSONObject!
}
Fields
AccountChallengeItem.id ● ID! non-null scalar
质询项ID
AccountChallengeItem.type ● AccountChallengeType! non-null enum
验证类型
AccountChallengeItem.data ● JSONObject! non-null scalar
验证数据
Member Of
AccountChallengeGroup object