Spaces:
Build error
Build error
| mutation SendVerificationCodeForLoginMutation( | |
| $emailAddress: String | |
| $phoneNumber: String | |
| ) { | |
| sendVerificationCode( | |
| verificationReason: login | |
| emailAddress: $emailAddress | |
| phoneNumber: $phoneNumber | |
| ) { | |
| status | |
| } | |
| } | |