跳到主要内容

CreateAccountChallengeInput

创建账户质询输入

input CreateAccountChallengeInput {
type: AccountChallengeType!
data: JSONObject!
}

Fields​

CreateAccountChallengeInput.type ● AccountChallengeType! non-null enum​

质询类型

CreateAccountChallengeInput.data ● JSONObject! non-null scalar​

质询数据

Member Of​

createAccountChallenge mutation ● CreateAccountUserInput input