AccountChallenge
账户验证质询
type AccountChallenge {
id: ID!
user: AccountUser
groups: [AccountChallengeGroup!]!
}
Fields
AccountChallenge.id ● ID! non-null scalar
质询ID
AccountChallenge.user ● AccountUser object
用户信息
AccountChallenge.groups ● [AccountChallengeGroup!]! non-null object
质询组列表
Returned By
accountChallenge query ● createAccountChallenge mutation