RegistrationValidatePhoneNumberInput
No description
input RegistrationValidatePhoneNumberInput {
code: String!
phoneValidationId: String!
}
Fields
RegistrationValidatePhoneNumberInput.code
● String!
non-null scalar
The code that was texted to the user's phone number for validation
RegistrationValidatePhoneNumberInput.phoneValidationId
● String!
non-null scalar
The phoneValidationId previously returned by registrationSendPhoneValidation (also acts as the idempotent key)
Member of
registrationValidatePhoneNumber
mutation