mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-30 12:00:10 +08:00
refactor: services
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
mutation SendVerificationCodeForLoginMutation(
|
||||
$emailAddress: String
|
||||
$phoneNumber: String
|
||||
) {
|
||||
sendVerificationCode(
|
||||
verificationReason: login
|
||||
emailAddress: $emailAddress
|
||||
phoneNumber: $phoneNumber
|
||||
) {
|
||||
status
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user