UpdateAccountChallengeInput
更新账户质询输入
input UpdateAccountChallengeInput {
id: ID!
answers: [AccountChallengeAnswerInput!]!
}
Fields
UpdateAccountChallengeInput.id ● ID! non-null scalar
质询 ID
UpdateAccountChallengeInput.answers ● [AccountChallengeAnswerInput!]! non-null input
质询答案列表
Member Of
updateAccountChallenge mutation