addPersonEmail
Add an email address to the person. This will just add the current address to the existing ones.
addPersonEmail(
input: PersonEmailInput!
): Person!
Arguments
addPersonEmail.input ● PersonEmailInput! non-null input
Type
Person object
Represents information about a person.