gpt4free/gpt4free/quora/graphql/SendVerificationCodeForLogi...

13 行
263 B
GraphQL
Raw 通常表示 履歴

2023-05-01 07:30:31 +09:00
mutation SendVerificationCodeForLoginMutation(
$emailAddress: String
$phoneNumber: String
) {
sendVerificationCode(
verificationReason: login
emailAddress: $emailAddress
phoneNumber: $phoneNumber
) {
status
}
}