addPersonPhone
Add a phone number to the person. This will just add the current phone number to the existing ones.
addPersonPhone(
input: PersonPhoneInput!
): Person!
Arguments
addPersonPhone.input ● PersonPhoneInput! non-null input
Type
Person object
Represents information about a person.