addUserPhone
Add a phone number to the user. This will just add the current number to the existing ones.
addUserPhone(
input: UserPhoneInput!
): User!
Arguments
addUserPhone.input
● UserPhoneInput!
non-null input
Type
User
object
Represents information about a user.