OBJECT
PriorityPhoneNumber
Priority Phone Number Type
link GraphQL Schema definition
- type PriorityPhoneNumber {
- # number type of the PriorityPhoneNumberType
- : PhoneNumberTypeEnum
- # phone number of the PriorityPhoneNumberType
- : String
- # position of the PriorityPhoneNumberType
- : Int
- }