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