Adam / quora /graphql /SignupWithVerificationCodeMutation.graphql
t.me/xtekky
rename poe api ( gpt 4 ) to quora
3be905b
raw
history blame
No virus
308 Bytes
mutation SignupWithVerificationCodeMutation(
$verificationCode: String!
$emailAddress: String
$phoneNumber: String
) {
signupWithVerificationCode(
verificationCode: $verificationCode
emailAddress: $emailAddress
phoneNumber: $phoneNumber
) {
status
}
}